Html Css Color HEX #DC6DD8 Orchid

📋 copy color: '#DC6DD8'

red 220 ◦ green 109 ◦ blue 216

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

Shades of Orchid #DC6DD8

Tints of Orchid #DC6DD8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20%

 BLUE value IS 216 (84.77% from 255) = 39.63%

R = 40.37%
G = 20%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DC6DD8 (or 0xDC6DD8) is known color: Orchid. HEX triplet: DC, 6D and D8. RGB value is (220,109,216). Sum of RGB (Red+Green+Blue) = 220+109+216=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 109 (42.97% from 255 or 20% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DD8 is #239227. Grayscale: #9A9A9A. Windows color (decimal): -2331176 or 14183900. OLE color: 14183900.

HSL color Cylindrical-coordinate representation of color #DC6DD8: hue angle of 302.16º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6DD8 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 109 216 -
CMYK 0 0.50 0.02 0.14
HSL 302.16º 0.61% 0.65% -
HSV(B) 302.16º 0.5% 0.86% -
XYZ 47.38 31.11 68.47 -
YUV 154.39 162.77 174.8 -
System Red Green Blue C M Y K H S L
Decimal 220 109 216 0 0.50 0.02 0.14 302.16 0.61 0.65
Hex DC 6D D8 0 32 2 E 12E 3D 41
Octal 334 155 330 0 62 2 16 456 75 101
Binary 11011100 1101101 11011000 0 110010 10 1110 100101110 111101 1000001

Color Harmonies of #DC6DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6DD8

Black with #DC6DD8

Text Example


Text Example

White with #DC6DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6DD8; }

 p { color: rgb(220,109,216); }

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

background-color css

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

 a { background-color: rgb(220,109,216); }

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

border-color css

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

 span { border-color: rgb(220,109,216); }

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