Html Css Color HEX #DC6ED0 Orchid

📋 copy color: '#DC6ED0'

red 220 ◦ green 110 ◦ blue 208

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

Shades of Orchid #DC6ED0

Tints of Orchid #DC6ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.66%

R = 40.89%
G = 20.45%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC6ED0 (or 0xDC6ED0) is known color: Orchid. HEX triplet: DC, 6E and D0. RGB value is (220,110,208). Sum of RGB (Red+Green+Blue) = 220+110+208=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 110 (43.36% from 255 or 20.45% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6ED0 is #23912F. Grayscale: #999999. Windows color (decimal): -2330928 or 13659868. OLE color: 13659868.

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

Color convert

RGB 220 110 208 -
CMYK 0 0.50 0.05 0.14
HSL 306.55º 0.61% 0.65% -
HSV(B) 306.55º 0.5% 0.86% -
XYZ 46.48 30.92 63.19 -
YUV 154.06 158.44 175.03 -
System Red Green Blue C M Y K H S L
Decimal 220 110 208 0 0.50 0.05 0.14 306.55 0.61 0.65
Hex DC 6E D0 0 32 5 E 133 3D 41
Octal 334 156 320 0 62 5 16 463 75 101
Binary 11011100 1101110 11010000 0 110010 101 1110 100110011 111101 1000001

Color Harmonies of #DC6ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6ED0

Black with #DC6ED0

Text Example


Text Example

White with #DC6ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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