Html Css Color HEX #C477C9 Orchid

📋 copy color: '#C477C9'

red 196 ◦ green 119 ◦ blue 201

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

Shades of Orchid #C477C9

Tints of Orchid #C477C9

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.06%

 BLUE value IS 201 (78.91% from 255) = 38.95%

R = 37.98%
G = 23.06%
B = 38.95%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C477C9 (or 0xC477C9) is known color: Orchid. HEX triplet: C4, 77 and C9. RGB value is (196,119,201). Sum of RGB (Red+Green+Blue) = 196+119+201=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 201 - color contains mainly: blue. Hex color #C477C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C477C9 is #3B8836. Grayscale: #979797. Windows color (decimal): -3901495 or 13203396. OLE color: 13203396.

HSL color Cylindrical-coordinate representation of color #C477C9: hue angle of 296.34º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C477C9 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 119 201 -
CMYK 0.02 0.41 0 0.21
HSL 296.34º 0.43% 0.63% -
HSV(B) 296.34º 0.41% 0.79% -
XYZ 39.9 29.15 58.78 -
YUV 151.37 156.01 159.83 -
System Red Green Blue C M Y K H S L
Decimal 196 119 201 0.02 0.41 0 0.21 296.34 0.43 0.63
Hex C4 77 C9 2 29 0 15 128 2B 3F
Octal 304 167 311 2 51 0 25 450 53 77
Binary 11000100 1110111 11001001 10 101001 0 10101 100101000 101011 111111

Color Harmonies of #C477C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C477C9

Black with #C477C9

Text Example


Text Example

White with #C477C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C477C9; }

 p { color: rgb(196,119,201); }

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

background-color css

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

 a { background-color: rgb(196,119,201); }

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

border-color css

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

 span { border-color: rgb(196,119,201); }

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