Html Css Color HEX #DC6EE9 Orchid

📋 copy color: '#DC6EE9'

red 220 ◦ green 110 ◦ blue 233

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

Shades of Orchid #DC6EE9

Tints of Orchid #DC6EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.39%

R = 39.08%
G = 19.54%
B = 41.39%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DC6EE9 (or 0xDC6EE9) is known color: Orchid. HEX triplet: DC, 6E and E9. RGB value is (220,110,233). Sum of RGB (Red+Green+Blue) = 220+110+233=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 110 (43.36% from 255 or 19.54% from 563); Blue value is 233 (91.41% from 255 or 41.39% from 563); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC6EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6EE9 is #239116. Grayscale: #9C9C9C. Windows color (decimal): -2330903 or 15298268. OLE color: 15298268.

HSL color Cylindrical-coordinate representation of color #DC6EE9: hue angle of 293.66º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6EE9 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 110 233 -
CMYK 0.06 0.53 0 0.09
HSL 293.66º 0.74% 0.67% -
HSV(B) 293.66º 0.53% 0.91% -
XYZ 49.8 32.25 80.69 -
YUV 156.91 170.94 173 -
System Red Green Blue C M Y K H S L
Decimal 220 110 233 0.06 0.53 0 0.09 293.66 0.74 0.67
Hex DC 6E E9 6 35 0 9 126 4A 43
Octal 334 156 351 6 65 0 11 446 112 103
Binary 11011100 1101110 11101001 110 110101 0 1001 100100110 1001010 1000011

Color Harmonies of #DC6EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6EE9

Black with #DC6EE9

Text Example


Text Example

White with #DC6EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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