Html Css Color HEX #C579BA Orchid

📋 copy color: '#C579BA'

red 197 ◦ green 121 ◦ blue 186

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

Shades of Orchid #C579BA

Tints of Orchid #C579BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 39.09%
G = 24.01%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C579BA (or 0xC579BA) is known color: Orchid. HEX triplet: C5, 79 and BA. RGB value is (197,121,186). Sum of RGB (Red+Green+Blue) = 197+121+186=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 197 - color contains mainly: red. Hex color #C579BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C579BA is #3A8645. Grayscale: #969696. Windows color (decimal): -3835462 or 12220869. OLE color: 12220869.

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

Color convert

RGB 197 121 186 -
CMYK 0 0.39 0.06 0.23
HSL 308.68º 0.4% 0.62% -
HSV(B) 308.68º 0.39% 0.77% -
XYZ 38.73 29.09 50.03 -
YUV 151.13 147.68 160.71 -
System Red Green Blue C M Y K H S L
Decimal 197 121 186 0 0.39 0.06 0.23 308.68 0.4 0.62
Hex C5 79 BA 0 27 6 17 135 28 3E
Octal 305 171 272 0 47 6 27 465 50 76
Binary 11000101 1111001 10111010 0 100111 110 10111 100110101 101000 111110

Color Harmonies of #C579BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C579BA

Black with #C579BA

Text Example


Text Example

White with #C579BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C579BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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