Html Css Color HEX #DC6AFE Heliotrope

📋 copy color: '#DC6AFE'

red 220 ◦ green 106 ◦ blue 254

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

Shades of Heliotrope #DC6AFE

Tints of Heliotrope #DC6AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.79%

R = 37.93%
G = 18.28%
B = 43.79%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DC6AFE (or 0xDC6AFE) is known color: Heliotrope. HEX triplet: DC, 6A and FE. RGB value is (220,106,254). Sum of RGB (Red+Green+Blue) = 220+106+254=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 106 (41.80% from 255 or 18.28% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC6AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6AFE is #239501. Grayscale: #9C9C9C. Windows color (decimal): -2331906 or 16673500. OLE color: 16673500.

HSL color Cylindrical-coordinate representation of color #DC6AFE: hue angle of 286.22º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC6AFE is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 106 254 -
CMYK 0.13 0.58 0 0.00
HSL 286.22º 0.99% 0.71% -
HSV(B) 286.22º 0.58% 1% -
XYZ 52.56 32.68 97.3 -
YUV 156.96 182.77 172.97 -
System Red Green Blue C M Y K H S L
Decimal 220 106 254 0.13 0.58 0 0.00 286.22 0.99 0.71
Hex DC 6A FE D 3A 0 0 11E 63 47
Octal 334 152 376 15 72 0 0 436 143 107
Binary 11011100 1101010 11111110 1101 111010 0 0 100011110 1100011 1000111

Color Harmonies of #DC6AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6AFE

Black with #DC6AFE

Text Example


Text Example

White with #DC6AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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