Html Css Color HEX #DC7DEF Heliotrope

📋 copy color: '#DC7DEF'

red 220 ◦ green 125 ◦ blue 239

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

Shades of Heliotrope #DC7DEF

Tints of Heliotrope #DC7DEF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.4%

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

R = 37.67%
G = 21.4%
B = 40.92%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC7DEF (or 0xDC7DEF) is known color: Heliotrope. HEX triplet: DC, 7D and EF. RGB value is (220,125,239). Sum of RGB (Red+Green+Blue) = 220+125+239=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 125 (49.22% from 255 or 21.40% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC7DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7DEF is #238210. Grayscale: #A6A6A6. Windows color (decimal): -2327057 or 15695324. OLE color: 15695324.

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

Color convert

RGB 220 125 239 -
CMYK 0.08 0.48 0 0.06
HSL 290º 0.78% 0.71% -
HSV(B) 290º 0.48% 0.94% -
XYZ 52.43 36.11 85.87 -
YUV 166.4 168.97 166.23 -
System Red Green Blue C M Y K H S L
Decimal 220 125 239 0.08 0.48 0 0.06 290 0.78 0.71
Hex DC 7D EF 8 30 0 6 122 4E 47
Octal 334 175 357 10 60 0 6 442 116 107
Binary 11011100 1111101 11101111 1000 110000 0 110 100100010 1001110 1000111

Color Harmonies of #DC7DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7DEF

Black with #DC7DEF

Text Example


Text Example

White with #DC7DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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