Html Css Color HEX #DC75EF Heliotrope

📋 copy color: '#DC75EF'

red 220 ◦ green 117 ◦ blue 239

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

Shades of Heliotrope #DC75EF

Tints of Heliotrope #DC75EF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.31%

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

R = 38.19%
G = 20.31%
B = 41.49%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC75EF (or 0xDC75EF) is known color: Heliotrope. HEX triplet: DC, 75 and EF. RGB value is (220,117,239). Sum of RGB (Red+Green+Blue) = 220+117+239=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 117 (46.09% from 255 or 20.31% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC75EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC75EF is #238A10. Grayscale: #A1A1A1. Windows color (decimal): -2329105 or 15693276. OLE color: 15693276.

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

Color convert

RGB 220 117 239 -
CMYK 0.08 0.51 0 0.06
HSL 290.66º 0.79% 0.7% -
HSV(B) 290.66º 0.51% 0.94% -
XYZ 51.46 34.17 85.54 -
YUV 161.71 171.62 169.58 -
System Red Green Blue C M Y K H S L
Decimal 220 117 239 0.08 0.51 0 0.06 290.66 0.79 0.7
Hex DC 75 EF 8 33 0 6 123 4F 46
Octal 334 165 357 10 63 0 6 443 117 106
Binary 11011100 1110101 11101111 1000 110011 0 110 100100011 1001111 1000110

Color Harmonies of #DC75EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC75EF

Black with #DC75EF

Text Example


Text Example

White with #DC75EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC75EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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