Html Css Color HEX #C579CE Orchid

📋 copy color: '#C579CE'

red 197 ◦ green 121 ◦ blue 206

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

Shades of Orchid #C579CE

Tints of Orchid #C579CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 37.6%
G = 23.09%
B = 39.31%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C579CE (or 0xC579CE) is known color: Orchid. HEX triplet: C5, 79 and CE. RGB value is (197,121,206). Sum of RGB (Red+Green+Blue) = 197+121+206=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #C579CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C579CE is #3A8631. Grayscale: #999999. Windows color (decimal): -3835442 or 13531589. OLE color: 13531589.

HSL color Cylindrical-coordinate representation of color #C579CE: hue angle of 293.65º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C579CE is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 121 206 -
CMYK 0.04 0.41 0 0.19
HSL 293.65º 0.46% 0.64% -
HSV(B) 293.65º 0.41% 0.81% -
XYZ 41 30 62.02 -
YUV 153.41 157.68 159.09 -
System Red Green Blue C M Y K H S L
Decimal 197 121 206 0.04 0.41 0 0.19 293.65 0.46 0.64
Hex C5 79 CE 4 29 0 13 126 2E 40
Octal 305 171 316 4 51 0 23 446 56 100
Binary 11000101 1111001 11001110 100 101001 0 10011 100100110 101110 1000000

Color Harmonies of #C579CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C579CE

Black with #C579CE

Text Example


Text Example

White with #C579CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C579CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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