Html Css Color HEX #C476CB Orchid

📋 copy color: '#C476CB'

red 196 ◦ green 118 ◦ blue 203

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

Shades of Orchid #C476CB

Tints of Orchid #C476CB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.82%

 BLUE value IS 203 (79.69% from 255) = 39.26%

R = 37.91%
G = 22.82%
B = 39.26%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C476CB (or 0xC476CB) is known color: Orchid. HEX triplet: C4, 76 and CB. RGB value is (196,118,203). Sum of RGB (Red+Green+Blue) = 196+118+203=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 118 (46.48% from 255 or 22.82% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #C476CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C476CB is #3B8934. Grayscale: #969696. Windows color (decimal): -3901749 or 13334212. OLE color: 13334212.

HSL color Cylindrical-coordinate representation of color #C476CB: hue angle of 295.06º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C476CB is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 118 203 -
CMYK 0.03 0.42 0 0.20
HSL 295.06º 0.45% 0.63% -
HSV(B) 295.06º 0.42% 0.8% -
XYZ 40.02 29 59.99 -
YUV 151.01 157.34 160.09 -
System Red Green Blue C M Y K H S L
Decimal 196 118 203 0.03 0.42 0 0.20 295.06 0.45 0.63
Hex C4 76 CB 3 2A 0 14 127 2D 3F
Octal 304 166 313 3 52 0 24 447 55 77
Binary 11000100 1110110 11001011 11 101010 0 10100 100100111 101101 111111

Color Harmonies of #C476CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C476CB

Black with #C476CB

Text Example


Text Example

White with #C476CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C476CB; }

 p { color: rgb(196,118,203); }

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

background-color css

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

 a { background-color: rgb(196,118,203); }

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

border-color css

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

 span { border-color: rgb(196,118,203); }

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