Html Css Color HEX #C579BD Orchid

📋 copy color: '#C579BD'

red 197 ◦ green 121 ◦ blue 189

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

Shades of Orchid #C579BD

Tints of Orchid #C579BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.28%

R = 38.86%
G = 23.87%
B = 37.28%

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

#C579BD (or 0xC579BD) is known color: Orchid. HEX triplet: C5, 79 and BD. RGB value is (197,121,189). Sum of RGB (Red+Green+Blue) = 197+121+189=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C579BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C579BD is #3A8642. Grayscale: #979797. Windows color (decimal): -3835459 or 12417477. OLE color: 12417477.

HSL color Cylindrical-coordinate representation of color #C579BD: hue angle of 306.32º 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 #C579BD is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 121 189 -
CMYK 0 0.39 0.04 0.23
HSL 306.32º 0.4% 0.62% -
HSV(B) 306.32º 0.39% 0.77% -
XYZ 39.05 29.22 51.73 -
YUV 151.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 197 121 189 0 0.39 0.04 0.23 306.32 0.4 0.62
Hex C5 79 BD 0 27 4 17 132 28 3E
Octal 305 171 275 0 47 4 27 462 50 76
Binary 11000101 1111001 10111101 0 100111 100 10111 100110010 101000 111110

Color Harmonies of #C579BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C579BD

Black with #C579BD

Text Example


Text Example

White with #C579BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C579BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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