Html Css Color HEX #C579D6 Orchid

📋 copy color: '#C579D6'

red 197 ◦ green 121 ◦ blue 214

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

Shades of Orchid #C579D6

Tints of Orchid #C579D6

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.74%

 BLUE value IS 214 (83.98% from 255) = 40.23%

R = 37.03%
G = 22.74%
B = 40.23%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C579D6 (or 0xC579D6) is known color: Orchid. HEX triplet: C5, 79 and D6. RGB value is (197,121,214). Sum of RGB (Red+Green+Blue) = 197+121+214=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 121 (47.66% from 255 or 22.74% from 532); Blue value is 214 (83.98% from 255 or 40.23% from 532); Max value from RGB is 214 - color contains mainly: blue. Hex color #C579D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C579D6 is #3A8629. Grayscale: #9A9A9A. Windows color (decimal): -3835434 or 14055877. OLE color: 14055877.

HSL color Cylindrical-coordinate representation of color #C579D6: hue angle of 289.03º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C579D6 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 121 214 -
CMYK 0.08 0.43 0 0.16
HSL 289.03º 0.53% 0.66% -
HSV(B) 289.03º 0.43% 0.84% -
XYZ 42 30.4 67.27 -
YUV 154.33 161.68 158.44 -
System Red Green Blue C M Y K H S L
Decimal 197 121 214 0.08 0.43 0 0.16 289.03 0.53 0.66
Hex C5 79 D6 8 2B 0 10 121 35 42
Octal 305 171 326 10 53 0 20 441 65 102
Binary 11000101 1111001 11010110 1000 101011 0 10000 100100001 110101 1000010

Color Harmonies of #C579D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C579D6

Black with #C579D6

Text Example


Text Example

White with #C579D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C579D6; }

 p { color: rgb(197,121,214); }

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

background-color css

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

 a { background-color: rgb(197,121,214); }

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

border-color css

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

 span { border-color: rgb(197,121,214); }

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