Html Css Color HEX #C579CD Orchid

📋 copy color: '#C579CD'

red 197 ◦ green 121 ◦ blue 205

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

Shades of Orchid #C579CD

Tints of Orchid #C579CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.2%

R = 37.67%
G = 23.14%
B = 39.2%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C579CD (or 0xC579CD) is known color: Orchid. HEX triplet: C5, 79 and CD. RGB value is (197,121,205). Sum of RGB (Red+Green+Blue) = 197+121+205=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #C579CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C579CD is #3A8632. Grayscale: #999999. Windows color (decimal): -3835443 or 13466053. OLE color: 13466053.

HSL color Cylindrical-coordinate representation of color #C579CD: hue angle of 294.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C579CD is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 121 205 -
CMYK 0.04 0.41 0 0.20
HSL 294.29º 0.46% 0.64% -
HSV(B) 294.29º 0.41% 0.8% -
XYZ 40.88 29.95 61.38 -
YUV 153.3 157.18 159.17 -
System Red Green Blue C M Y K H S L
Decimal 197 121 205 0.04 0.41 0 0.20 294.29 0.46 0.64
Hex C5 79 CD 4 29 0 14 126 2E 40
Octal 305 171 315 4 51 0 24 446 56 100
Binary 11000101 1111001 11001101 100 101001 0 10100 100100110 101110 1000000

Color Harmonies of #C579CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C579CD

Black with #C579CD

Text Example


Text Example

White with #C579CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C579CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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