Html Css Color HEX #DC79DD Orchid

📋 copy color: '#DC79DD'

red 220 ◦ green 121 ◦ blue 221

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

Shades of Orchid #DC79DD

Tints of Orchid #DC79DD

RGB

 RED value IS 220 (86.33% from 255) = 39.15%

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

 BLUE value IS 221 (86.72% from 255) = 39.32%

R = 39.15%
G = 21.53%
B = 39.32%

CMYK

 C value IS 0.00

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC79DD (or 0xDC79DD) is known color: Orchid. HEX triplet: DC, 79 and DD. RGB value is (220,121,221). Sum of RGB (Red+Green+Blue) = 220+121+221=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 121 (47.66% from 255 or 21.53% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC79DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC79DD is #238622. Grayscale: #A1A1A1. Windows color (decimal): -2328099 or 14514652. OLE color: 14514652.

HSL color Cylindrical-coordinate representation of color #DC79DD: hue angle of 299.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC79DD is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 121 221 -
CMYK 0.00 0.45 0 0.13
HSL 299.4º 0.6% 0.67% -
HSV(B) 299.4º 0.45% 0.87% -
XYZ 49.4 34.11 72.39 -
YUV 162 161.3 169.37 -
System Red Green Blue C M Y K H S L
Decimal 220 121 221 0.00 0.45 0 0.13 299.4 0.6 0.67
Hex DC 79 DD 0 2D 0 D 12B 3C 43
Octal 334 171 335 0 55 0 15 453 74 103
Binary 11011100 1111001 11011101 0 101101 0 1101 100101011 111100 1000011

Color Harmonies of #DC79DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC79DD

Black with #DC79DD

Text Example


Text Example

White with #DC79DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC79DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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