Html Css Color HEX #C576CC Orchid

📋 copy color: '#C576CC'

red 197 ◦ green 118 ◦ blue 204

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

Shades of Orchid #C576CC

Tints of Orchid #C576CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.31%

R = 37.96%
G = 22.74%
B = 39.31%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C576CC (or 0xC576CC) is known color: Orchid. HEX triplet: C5, 76 and CC. RGB value is (197,118,204). Sum of RGB (Red+Green+Blue) = 197+118+204=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #C576CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C576CC is #3A8933. Grayscale: #979797. Windows color (decimal): -3836212 or 13399749. OLE color: 13399749.

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

Color convert

RGB 197 118 204 -
CMYK 0.03 0.42 0 0.2
HSL 295.12º 0.46% 0.63% -
HSV(B) 295.12º 0.42% 0.8% -
XYZ 40.4 29.19 60.63 -
YUV 151.43 157.67 160.51 -
System Red Green Blue C M Y K H S L
Decimal 197 118 204 0.03 0.42 0 0.2 295.12 0.46 0.63
Hex C5 76 CC 3 2A 0 14 127 2E 3F
Octal 305 166 314 3 52 0 24 447 56 77
Binary 11000101 1110110 11001100 11 101010 0 10100 100100111 101110 111111

Color Harmonies of #C576CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C576CC

Black with #C576CC

Text Example


Text Example

White with #C576CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C576CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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