Html Css Color HEX #C576CD Orchid

📋 copy color: '#C576CD'

red 197 ◦ green 118 ◦ blue 205

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

Shades of Orchid #C576CD

Tints of Orchid #C576CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.42%

R = 37.88%
G = 22.69%
B = 39.42%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C576CD (or 0xC576CD) is known color: Orchid. HEX triplet: C5, 76 and CD. RGB value is (197,118,205). Sum of RGB (Red+Green+Blue) = 197+118+205=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #C576CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C576CD is #3A8932. Grayscale: #979797. Windows color (decimal): -3836211 or 13465285. OLE color: 13465285.

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

Color convert

RGB 197 118 205 -
CMYK 0.04 0.42 0 0.20
HSL 294.48º 0.47% 0.63% -
HSV(B) 294.48º 0.42% 0.8% -
XYZ 40.52 29.23 61.26 -
YUV 151.54 158.17 160.43 -
System Red Green Blue C M Y K H S L
Decimal 197 118 205 0.04 0.42 0 0.20 294.48 0.47 0.63
Hex C5 76 CD 4 2A 0 14 126 2F 3F
Octal 305 166 315 4 52 0 24 446 57 77
Binary 11000101 1110110 11001101 100 101010 0 10100 100100110 101111 111111

Color Harmonies of #C576CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C576CD

Black with #C576CD

Text Example


Text Example

White with #C576CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C576CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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