Html Css Color HEX #DC7EF2 Heliotrope

📋 copy color: '#DC7EF2'

red 220 ◦ green 126 ◦ blue 242

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

Shades of Heliotrope #DC7EF2

Tints of Heliotrope #DC7EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.16%

R = 37.41%
G = 21.43%
B = 41.16%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DC7EF2 (or 0xDC7EF2) is known color: Heliotrope. HEX triplet: DC, 7E and F2. RGB value is (220,126,242). Sum of RGB (Red+Green+Blue) = 220+126+242=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 126 (49.61% from 255 or 21.43% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC7EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7EF2 is #23810D. Grayscale: #A6A6A6. Windows color (decimal): -2326798 or 15892188. OLE color: 15892188.

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

Color convert

RGB 220 126 242 -
CMYK 0.09 0.48 0 0.05
HSL 288.62º 0.82% 0.72% -
HSV(B) 288.62º 0.48% 0.95% -
XYZ 53 36.55 88.27 -
YUV 167.33 170.14 165.57 -
System Red Green Blue C M Y K H S L
Decimal 220 126 242 0.09 0.48 0 0.05 288.62 0.82 0.72
Hex DC 7E F2 9 30 0 5 121 52 48
Octal 334 176 362 11 60 0 5 441 122 110
Binary 11011100 1111110 11110010 1001 110000 0 101 100100001 1010010 1001000

Color Harmonies of #DC7EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7EF2

Black with #DC7EF2

Text Example


Text Example

White with #DC7EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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