Html Css Color HEX #C576CB Orchid

📋 copy color: '#C576CB'

red 197 ◦ green 118 ◦ blue 203

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

Shades of Orchid #C576CB

Tints of Orchid #C576CB

RGB

 RED value IS 197 (77.34% from 255) = 38.03%

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

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

R = 38.03%
G = 22.78%
B = 39.19%

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

#C576CB (or 0xC576CB) is known color: Orchid. HEX triplet: C5, 76 and CB. RGB value is (197,118,203). Sum of RGB (Red+Green+Blue) = 197+118+203=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #C576CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C576CB is #3A8934. Grayscale: #979797. Windows color (decimal): -3836213 or 13334213. OLE color: 13334213.

HSL color Cylindrical-coordinate representation of color #C576CB: hue angle of 295.76º 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 #C576CB is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 118 203 -
CMYK 0.03 0.42 0 0.20
HSL 295.76º 0.45% 0.63% -
HSV(B) 295.76º 0.42% 0.8% -
XYZ 40.28 29.14 60 -
YUV 151.31 157.17 160.59 -
System Red Green Blue C M Y K H S L
Decimal 197 118 203 0.03 0.42 0 0.20 295.76 0.45 0.63
Hex C5 76 CB 3 2A 0 14 128 2D 3F
Octal 305 166 313 3 52 0 24 450 55 77
Binary 11000101 1110110 11001011 11 101010 0 10100 100101000 101101 111111

Color Harmonies of #C576CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C576CB

Black with #C576CB

Text Example


Text Example

White with #C576CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C576CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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