Html Css Color HEX #C476C2 Orchid

📋 copy color: '#C476C2'

red 196 ◦ green 118 ◦ blue 194

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

Shades of Orchid #C476C2

Tints of Orchid #C476C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.19%

R = 38.58%
G = 23.23%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C476C2 (or 0xC476C2) is known color: Orchid. HEX triplet: C4, 76 and C2. RGB value is (196,118,194). Sum of RGB (Red+Green+Blue) = 196+118+194=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C476C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C476C2 is #3B893D. Grayscale: #959595. Windows color (decimal): -3901758 or 12744388. OLE color: 12744388.

HSL color Cylindrical-coordinate representation of color #C476C2: hue angle of 301.54º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C476C2 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 118 194 -
CMYK 0 0.40 0.01 0.23
HSL 301.54º 0.4% 0.62% -
HSV(B) 301.54º 0.4% 0.77% -
XYZ 38.98 28.59 54.5 -
YUV 149.99 152.84 160.82 -
System Red Green Blue C M Y K H S L
Decimal 196 118 194 0 0.40 0.01 0.23 301.54 0.4 0.62
Hex C4 76 C2 0 28 1 17 12E 28 3E
Octal 304 166 302 0 50 1 27 456 50 76
Binary 11000100 1110110 11000010 0 101000 1 10111 100101110 101000 111110

Color Harmonies of #C476C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C476C2

Black with #C476C2

Text Example


Text Example

White with #C476C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C476C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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