Html Css Color HEX #DC6ED6 Orchid

📋 copy color: '#DC6ED6'

red 220 ◦ green 110 ◦ blue 214

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

Shades of Orchid #DC6ED6

Tints of Orchid #DC6ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.34%

R = 40.44%
G = 20.22%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC6ED6 (or 0xDC6ED6) is known color: Orchid. HEX triplet: DC, 6E and D6. RGB value is (220,110,214). Sum of RGB (Red+Green+Blue) = 220+110+214=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 110 (43.36% from 255 or 20.22% from 544); Blue value is 214 (83.98% from 255 or 39.34% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6ED6 is #239129. Grayscale: #9A9A9A. Windows color (decimal): -2330922 or 14053084. OLE color: 14053084.

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

Color convert

RGB 220 110 214 -
CMYK 0 0.50 0.03 0.14
HSL 303.27º 0.61% 0.65% -
HSV(B) 303.27º 0.5% 0.86% -
XYZ 47.23 31.22 67.16 -
YUV 154.75 161.44 174.54 -
System Red Green Blue C M Y K H S L
Decimal 220 110 214 0 0.50 0.03 0.14 303.27 0.61 0.65
Hex DC 6E D6 0 32 3 E 12F 3D 41
Octal 334 156 326 0 62 3 16 457 75 101
Binary 11011100 1101110 11010110 0 110010 11 1110 100101111 111101 1000001

Color Harmonies of #DC6ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6ED6

Black with #DC6ED6

Text Example


Text Example

White with #DC6ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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