Html Css Color HEX #C443D0 Medium Orchid

📋 copy color: '#C443D0'

red 196 ◦ green 67 ◦ blue 208

#C443D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C443D0

Tints of Medium Orchid #C443D0

RGB

 RED value IS 196 (76.95% from 255) = 41.61%

 GREEN value IS 67 (26.56% from 255) = 14.23%

 BLUE value IS 208 (81.64% from 255) = 44.16%

R = 41.61%
G = 14.23%
B = 44.16%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C443D0 (or 0xC443D0) is known color: Medium Orchid. HEX triplet: C4, 43 and D0. RGB value is (196,67,208). Sum of RGB (Red+Green+Blue) = 196+67+208=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 67 (26.56% from 255 or 14.23% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #C443D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C443D0 is #3BBC2F. Grayscale: #797979. Windows color (decimal): -3914800 or 13648836. OLE color: 13648836.

HSL color Cylindrical-coordinate representation of color #C443D0: hue angle of 294.89º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C443D0 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 67 208 -
CMYK 0.06 0.68 0 0.18
HSL 294.89º 0.6% 0.54% -
HSV(B) 294.89º 0.68% 0.82% -
XYZ 36.16 20.3 61.69 -
YUV 121.65 176.74 181.04 -
System Red Green Blue C M Y K H S L
Decimal 196 67 208 0.06 0.68 0 0.18 294.89 0.6 0.54
Hex C4 43 D0 6 44 0 12 127 3C 36
Octal 304 103 320 6 104 0 22 447 74 66
Binary 11000100 1000011 11010000 110 1000100 0 10010 100100111 111100 110110

Color Harmonies of #C443D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C443D0

Black with #C443D0

Text Example


Text Example

White with #C443D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C443D0; }

 p { color: rgb(196,67,208); }

 H1.HeaderClassName
 {
   color: #C443D0;
 }
 .AnyTagClassName
 {
   color: #C443D0;
 }
</style>

background-color css

<style>
 a { background-color: #C443D0; }

 a { background-color: rgb(196,67,208); }

 div.DivClassName
 {
   background-color: #C443D0;
 }
 .BgClassName
 {
   background-color: #C443D0;
 }
</style>

border-color css

<style>
 span { border-color: #C443D0; }

 span { border-color: rgb(196,67,208); }

 td.TdClassName
 {
   border-color: #C443D0;
 }
 .TagClassName
 {
   border-color: #C443D0;
 }
</style>