Html Css Color HEX #C579CA Orchid

📋 copy color: '#C579CA'

red 197 ◦ green 121 ◦ blue 202

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

Shades of Orchid #C579CA

Tints of Orchid #C579CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.85%

R = 37.88%
G = 23.27%
B = 38.85%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C579CA (or 0xC579CA) is known color: Orchid. HEX triplet: C5, 79 and CA. RGB value is (197,121,202). Sum of RGB (Red+Green+Blue) = 197+121+202=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 121 (47.66% from 255 or 23.27% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #C579CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C579CA is #3A8635. Grayscale: #989898. Windows color (decimal): -3835446 or 13269445. OLE color: 13269445.

HSL color Cylindrical-coordinate representation of color #C579CA: hue angle of 296.3º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C579CA is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 121 202 -
CMYK 0.02 0.40 0 0.21
HSL 296.3º 0.43% 0.63% -
HSV(B) 296.3º 0.4% 0.79% -
XYZ 40.52 29.81 59.5 -
YUV 152.96 155.68 159.41 -
System Red Green Blue C M Y K H S L
Decimal 197 121 202 0.02 0.40 0 0.21 296.3 0.43 0.63
Hex C5 79 CA 2 28 0 15 128 2B 3F
Octal 305 171 312 2 50 0 25 450 53 77
Binary 11000101 1111001 11001010 10 101000 0 10101 100101000 101011 111111

Color Harmonies of #C579CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C579CA

Black with #C579CA

Text Example


Text Example

White with #C579CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C579CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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