Html Css Color HEX #C579DC Orchid

📋 copy color: '#C579DC'

red 197 ◦ green 121 ◦ blue 220

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

Shades of Orchid #C579DC

Tints of Orchid #C579DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.89%

R = 36.62%
G = 22.49%
B = 40.89%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C579DC (or 0xC579DC) is known color: Orchid. HEX triplet: C5, 79 and DC. RGB value is (197,121,220). Sum of RGB (Red+Green+Blue) = 197+121+220=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #C579DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C579DC is #3A8623. Grayscale: #9A9A9A. Windows color (decimal): -3835428 or 14449093. OLE color: 14449093.

HSL color Cylindrical-coordinate representation of color #C579DC: hue angle of 286.06º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C579DC is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 121 220 -
CMYK 0.10 0.45 0 0.14
HSL 286.06º 0.59% 0.67% -
HSV(B) 286.06º 0.45% 0.86% -
XYZ 42.78 30.71 71.38 -
YUV 155.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 197 121 220 0.10 0.45 0 0.14 286.06 0.59 0.67
Hex C5 79 DC A 2D 0 E 11E 3B 43
Octal 305 171 334 12 55 0 16 436 73 103
Binary 11000101 1111001 11011100 1010 101101 0 1110 100011110 111011 1000011

Color Harmonies of #C579DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C579DC

Black with #C579DC

Text Example


Text Example

White with #C579DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C579DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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