Html Css Color HEX #DC6EE7 Orchid

📋 copy color: '#DC6EE7'

red 220 ◦ green 110 ◦ blue 231

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

Shades of Orchid #DC6EE7

Tints of Orchid #DC6EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.18%

R = 39.22%
G = 19.61%
B = 41.18%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DC6EE7 (or 0xDC6EE7) is known color: Orchid. HEX triplet: DC, 6E and E7. RGB value is (220,110,231). Sum of RGB (Red+Green+Blue) = 220+110+231=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 110 (43.36% from 255 or 19.61% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC6EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6EE7 is #239118. Grayscale: #9C9C9C. Windows color (decimal): -2330905 or 15167196. OLE color: 15167196.

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

Color convert

RGB 220 110 231 -
CMYK 0.05 0.52 0 0.09
HSL 294.55º 0.72% 0.67% -
HSV(B) 294.55º 0.52% 0.91% -
XYZ 49.51 32.14 79.19 -
YUV 156.68 169.94 173.16 -
System Red Green Blue C M Y K H S L
Decimal 220 110 231 0.05 0.52 0 0.09 294.55 0.72 0.67
Hex DC 6E E7 5 34 0 9 127 48 43
Octal 334 156 347 5 64 0 11 447 110 103
Binary 11011100 1101110 11100111 101 110100 0 1001 100100111 1001000 1000011

Color Harmonies of #DC6EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6EE7

Black with #DC6EE7

Text Example


Text Example

White with #DC6EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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