Html Css Color HEX #C579BF Orchid

📋 copy color: '#C579BF'

red 197 ◦ green 121 ◦ blue 191

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

Shades of Orchid #C579BF

Tints of Orchid #C579BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.52%

R = 38.7%
G = 23.77%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C579BF (or 0xC579BF) is known color: Orchid. HEX triplet: C5, 79 and BF. RGB value is (197,121,191). Sum of RGB (Red+Green+Blue) = 197+121+191=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C579BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C579BF is #3A8640. Grayscale: #979797. Windows color (decimal): -3835457 or 12548549. OLE color: 12548549.

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

Color convert

RGB 197 121 191 -
CMYK 0 0.39 0.03 0.23
HSL 304.74º 0.4% 0.62% -
HSV(B) 304.74º 0.39% 0.77% -
XYZ 39.27 29.31 52.88 -
YUV 151.7 150.18 160.31 -
System Red Green Blue C M Y K H S L
Decimal 197 121 191 0 0.39 0.03 0.23 304.74 0.4 0.62
Hex C5 79 BF 0 27 3 17 131 28 3E
Octal 305 171 277 0 47 3 27 461 50 76
Binary 11000101 1111001 10111111 0 100111 11 10111 100110001 101000 111110

Color Harmonies of #C579BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C579BF

Black with #C579BF

Text Example


Text Example

White with #C579BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C579BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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