Html Css Color HEX #DC6AFF Heliotrope

📋 copy color: '#DC6AFF'

red 220 ◦ green 106 ◦ blue 255

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

Shades of Heliotrope #DC6AFF

Tints of Heliotrope #DC6AFF

RGB

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

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

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

R = 37.87%
G = 18.24%
B = 43.89%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DC6AFF (or 0xDC6AFF) is known color: Heliotrope. HEX triplet: DC, 6A and FF. RGB value is (220,106,255). Sum of RGB (Red+Green+Blue) = 220+106+255=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 106 (41.80% from 255 or 18.24% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC6AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6AFF is #239500. Grayscale: #9C9C9C. Windows color (decimal): -2331905 or 16739036. OLE color: 16739036.

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

Color convert

RGB 220 106 255 -
CMYK 0.14 0.58 0 0
HSL 285.91º 1% 0.71% -
HSV(B) 285.91º 0.58% 1% -
XYZ 52.72 32.74 98.15 -
YUV 157.07 183.27 172.88 -
System Red Green Blue C M Y K H S L
Decimal 220 106 255 0.14 0.58 0 0 285.91 1 0.71
Hex DC 6A FF E 3A 0 0 11E 64 47
Octal 334 152 377 16 72 0 0 436 144 107
Binary 11011100 1101010 11111111 1110 111010 0 0 100011110 1100100 1000111

Color Harmonies of #DC6AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6AFF

Black with #DC6AFF

Text Example


Text Example

White with #DC6AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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