Html Css Color HEX #DC7EEF Heliotrope

📋 copy color: '#DC7EEF'

red 220 ◦ green 126 ◦ blue 239

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

Shades of Heliotrope #DC7EEF

Tints of Heliotrope #DC7EEF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.54%

 BLUE value IS 239 (93.75% from 255) = 40.85%

R = 37.61%
G = 21.54%
B = 40.85%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC7EEF (or 0xDC7EEF) is known color: Heliotrope. HEX triplet: DC, 7E and EF. RGB value is (220,126,239). Sum of RGB (Red+Green+Blue) = 220+126+239=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 126 (49.61% from 255 or 21.54% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC7EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7EEF is #238110. Grayscale: #A6A6A6. Windows color (decimal): -2326801 or 15695580. OLE color: 15695580.

HSL color Cylindrical-coordinate representation of color #DC7EEF: hue angle of 289.91º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC7EEF is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 126 239 -
CMYK 0.08 0.47 0 0.06
HSL 289.91º 0.78% 0.72% -
HSV(B) 289.91º 0.47% 0.94% -
XYZ 52.56 36.37 85.91 -
YUV 166.99 168.64 165.81 -
System Red Green Blue C M Y K H S L
Decimal 220 126 239 0.08 0.47 0 0.06 289.91 0.78 0.72
Hex DC 7E EF 8 2F 0 6 122 4E 48
Octal 334 176 357 10 57 0 6 442 116 110
Binary 11011100 1111110 11101111 1000 101111 0 110 100100010 1001110 1001000

Color Harmonies of #DC7EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7EEF

Black with #DC7EEF

Text Example


Text Example

White with #DC7EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7EEF; }

 p { color: rgb(220,126,239); }

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

background-color css

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

 a { background-color: rgb(220,126,239); }

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

border-color css

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

 span { border-color: rgb(220,126,239); }

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