Html Css Color HEX #DC6EFF Heliotrope

📋 copy color: '#DC6EFF'

red 220 ◦ green 110 ◦ blue 255

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

Shades of Heliotrope #DC6EFF

Tints of Heliotrope #DC6EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.59%

R = 37.61%
G = 18.8%
B = 43.59%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DC6EFF (or 0xDC6EFF) is known color: Heliotrope. HEX triplet: DC, 6E and FF. RGB value is (220,110,255). Sum of RGB (Red+Green+Blue) = 220+110+255=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 110 (43.36% from 255 or 18.80% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC6EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6EFF is #239100. Grayscale: #9E9E9E. Windows color (decimal): -2330881 or 16740060. OLE color: 16740060.

HSL color Cylindrical-coordinate representation of color #DC6EFF: hue angle of 285.52º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC6EFF is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 220 110 255 -
CMYK 0.14 0.57 0 0
HSL 285.52º 1% 0.72% -
HSV(B) 285.52º 0.57% 1% -
XYZ 53.14 33.59 98.29 -
YUV 159.42 181.94 171.21 -
System Red Green Blue C M Y K H S L
Decimal 220 110 255 0.14 0.57 0 0 285.52 1 0.72
Hex DC 6E FF E 39 0 0 11E 64 48
Octal 334 156 377 16 71 0 0 436 144 110
Binary 11011100 1101110 11111111 1110 111001 0 0 100011110 1100100 1001000

Color Harmonies of #DC6EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6EFF

Black with #DC6EFF

Text Example


Text Example

White with #DC6EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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