Html Css Color HEX #DC6EE1 Orchid

📋 copy color: '#DC6EE1'

red 220 ◦ green 110 ◦ blue 225

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

Shades of Orchid #DC6EE1

Tints of Orchid #DC6EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.54%

R = 39.64%
G = 19.82%
B = 40.54%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DC6EE1 (or 0xDC6EE1) is known color: Orchid. HEX triplet: DC, 6E and E1. RGB value is (220,110,225). Sum of RGB (Red+Green+Blue) = 220+110+225=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 110 (43.36% from 255 or 19.82% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC6EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6EE1 is #23911E. Grayscale: #9B9B9B. Windows color (decimal): -2330911 or 14773980. OLE color: 14773980.

HSL color Cylindrical-coordinate representation of color #DC6EE1: hue angle of 297.39º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6EE1 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 110 225 -
CMYK 0.02 0.51 0 0.12
HSL 297.39º 0.66% 0.66% -
HSV(B) 297.39º 0.51% 0.88% -
XYZ 48.68 31.8 74.81 -
YUV 156 166.94 173.65 -
System Red Green Blue C M Y K H S L
Decimal 220 110 225 0.02 0.51 0 0.12 297.39 0.66 0.66
Hex DC 6E E1 2 33 0 C 129 42 42
Octal 334 156 341 2 63 0 14 451 102 102
Binary 11011100 1101110 11100001 10 110011 0 1100 100101001 1000010 1000010

Color Harmonies of #DC6EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6EE1

Black with #DC6EE1

Text Example


Text Example

White with #DC6EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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