Html Css Color HEX #C579BE Orchid

📋 copy color: '#C579BE'

red 197 ◦ green 121 ◦ blue 190

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

Shades of Orchid #C579BE

Tints of Orchid #C579BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.4%

R = 38.78%
G = 23.82%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C579BE (or 0xC579BE) is known color: Orchid. HEX triplet: C5, 79 and BE. RGB value is (197,121,190). Sum of RGB (Red+Green+Blue) = 197+121+190=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C579BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C579BE is #3A8641. Grayscale: #979797. Windows color (decimal): -3835458 or 12483013. OLE color: 12483013.

HSL color Cylindrical-coordinate representation of color #C579BE: hue angle of 305.53º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C579BE is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 121 190 -
CMYK 0 0.39 0.04 0.23
HSL 305.53º 0.4% 0.62% -
HSV(B) 305.53º 0.39% 0.77% -
XYZ 39.16 29.26 52.3 -
YUV 151.59 149.68 160.39 -
System Red Green Blue C M Y K H S L
Decimal 197 121 190 0 0.39 0.04 0.23 305.53 0.4 0.62
Hex C5 79 BE 0 27 4 17 132 28 3E
Octal 305 171 276 0 47 4 27 462 50 76
Binary 11000101 1111001 10111110 0 100111 100 10111 100110010 101000 111110

Color Harmonies of #C579BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C579BE

Black with #C579BE

Text Example


Text Example

White with #C579BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C579BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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