Html Css Color HEX #DC6AEF Heliotrope

📋 copy color: '#DC6AEF'

red 220 ◦ green 106 ◦ blue 239

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

Shades of Heliotrope #DC6AEF

Tints of Heliotrope #DC6AEF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.76%

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

R = 38.94%
G = 18.76%
B = 42.3%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC6AEF (or 0xDC6AEF) is known color: Heliotrope. HEX triplet: DC, 6A and EF. RGB value is (220,106,239). Sum of RGB (Red+Green+Blue) = 220+106+239=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 106 (41.80% from 255 or 18.76% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC6AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6AEF is #239510. Grayscale: #9A9A9A. Windows color (decimal): -2331921 or 15690460. OLE color: 15690460.

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

Color convert

RGB 220 106 239 -
CMYK 0.08 0.56 0 0.06
HSL 291.43º 0.81% 0.68% -
HSV(B) 291.43º 0.56% 0.94% -
XYZ 50.25 31.76 85.14 -
YUV 155.25 175.27 174.19 -
System Red Green Blue C M Y K H S L
Decimal 220 106 239 0.08 0.56 0 0.06 291.43 0.81 0.68
Hex DC 6A EF 8 38 0 6 123 51 44
Octal 334 152 357 10 70 0 6 443 121 104
Binary 11011100 1101010 11101111 1000 111000 0 110 100100011 1010001 1000100

Color Harmonies of #DC6AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6AEF

Black with #DC6AEF

Text Example


Text Example

White with #DC6AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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