Html Css Color HEX #DC6ED9 Orchid

📋 copy color: '#DC6ED9'

red 220 ◦ green 110 ◦ blue 217

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

Shades of Orchid #DC6ED9

Tints of Orchid #DC6ED9

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.11%

 BLUE value IS 217 (85.16% from 255) = 39.67%

R = 40.22%
G = 20.11%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC6ED9 (or 0xDC6ED9) is known color: Orchid. HEX triplet: DC, 6E and D9. RGB value is (220,110,217). Sum of RGB (Red+Green+Blue) = 220+110+217=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 110 (43.36% from 255 or 20.11% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6ED9 is #239126. Grayscale: #9A9A9A. Windows color (decimal): -2330919 or 14249692. OLE color: 14249692.

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

Color convert

RGB 220 110 217 -
CMYK 0 0.50 0.01 0.14
HSL 301.64º 0.61% 0.65% -
HSV(B) 301.64º 0.5% 0.86% -
XYZ 47.62 31.38 69.19 -
YUV 155.09 162.94 174.3 -
System Red Green Blue C M Y K H S L
Decimal 220 110 217 0 0.50 0.01 0.14 301.64 0.61 0.65
Hex DC 6E D9 0 32 1 E 12E 3D 41
Octal 334 156 331 0 62 1 16 456 75 101
Binary 11011100 1101110 11011001 0 110010 1 1110 100101110 111101 1000001

Color Harmonies of #DC6ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6ED9

Black with #DC6ED9

Text Example


Text Example

White with #DC6ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6ED9; }

 p { color: rgb(220,110,217); }

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

background-color css

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

 a { background-color: rgb(220,110,217); }

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

border-color css

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

 span { border-color: rgb(220,110,217); }

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