Html Css Color HEX #C479DC Orchid

📋 copy color: '#C479DC'

red 196 ◦ green 121 ◦ blue 220

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

Shades of Orchid #C479DC

Tints of Orchid #C479DC

RGB

 RED value IS 196 (76.95% from 255) = 36.5%

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

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

R = 36.5%
G = 22.53%
B = 40.97%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C479DC (or 0xC479DC) is known color: Orchid. HEX triplet: C4, 79 and DC. RGB value is (196,121,220). Sum of RGB (Red+Green+Blue) = 196+121+220=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #C479DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479DC is #3B8623. Grayscale: #9A9A9A. Windows color (decimal): -3900964 or 14449092. OLE color: 14449092.

HSL color Cylindrical-coordinate representation of color #C479DC: hue angle of 285.45º 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 #C479DC is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 121 220 -
CMYK 0.11 0.45 0 0.14
HSL 285.45º 0.59% 0.67% -
HSV(B) 285.45º 0.45% 0.86% -
XYZ 42.52 30.58 71.37 -
YUV 154.71 164.85 157.45 -
System Red Green Blue C M Y K H S L
Decimal 196 121 220 0.11 0.45 0 0.14 285.45 0.59 0.67
Hex C4 79 DC B 2D 0 E 11D 3B 43
Octal 304 171 334 13 55 0 16 435 73 103
Binary 11000100 1111001 11011100 1011 101101 0 1110 100011101 111011 1000011

Color Harmonies of #C479DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C479DC

Black with #C479DC

Text Example


Text Example

White with #C479DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C479DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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