Html Css Color HEX #C579D0 Orchid

📋 copy color: '#C579D0'

red 197 ◦ green 121 ◦ blue 208

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

Shades of Orchid #C579D0

Tints of Orchid #C579D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.54%

R = 37.45%
G = 23%
B = 39.54%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C579D0 (or 0xC579D0) is known color: Orchid. HEX triplet: C5, 79 and D0. RGB value is (197,121,208). Sum of RGB (Red+Green+Blue) = 197+121+208=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #C579D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C579D0 is #3A862F. Grayscale: #999999. Windows color (decimal): -3835440 or 13662661. OLE color: 13662661.

HSL color Cylindrical-coordinate representation of color #C579D0: hue angle of 292.41º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C579D0 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 121 208 -
CMYK 0.05 0.42 0 0.18
HSL 292.41º 0.48% 0.65% -
HSV(B) 292.41º 0.42% 0.82% -
XYZ 41.25 30.1 63.31 -
YUV 153.64 158.68 158.93 -
System Red Green Blue C M Y K H S L
Decimal 197 121 208 0.05 0.42 0 0.18 292.41 0.48 0.65
Hex C5 79 D0 5 2A 0 12 124 30 41
Octal 305 171 320 5 52 0 22 444 60 101
Binary 11000101 1111001 11010000 101 101010 0 10010 100100100 110000 1000001

Color Harmonies of #C579D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C579D0

Black with #C579D0

Text Example


Text Example

White with #C579D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C579D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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