Html Css Color HEX #DC6AED Heliotrope

📋 copy color: '#DC6AED'

red 220 ◦ green 106 ◦ blue 237

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

Shades of Heliotrope #DC6AED

Tints of Heliotrope #DC6AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.1%

R = 39.08%
G = 18.83%
B = 42.1%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC6AED (or 0xDC6AED) is known color: Heliotrope. HEX triplet: DC, 6A and ED. RGB value is (220,106,237). Sum of RGB (Red+Green+Blue) = 220+106+237=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 106 (41.80% from 255 or 18.83% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC6AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6AED is #239512. Grayscale: #9A9A9A. Windows color (decimal): -2331923 or 15559388. OLE color: 15559388.

HSL color Cylindrical-coordinate representation of color #DC6AED: hue angle of 292.21º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6AED is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 106 237 -
CMYK 0.07 0.55 0 0.07
HSL 292.21º 0.78% 0.67% -
HSV(B) 292.21º 0.55% 0.93% -
XYZ 49.96 31.64 83.59 -
YUV 155.02 174.27 174.35 -
System Red Green Blue C M Y K H S L
Decimal 220 106 237 0.07 0.55 0 0.07 292.21 0.78 0.67
Hex DC 6A ED 7 37 0 7 124 4E 43
Octal 334 152 355 7 67 0 7 444 116 103
Binary 11011100 1101010 11101101 111 110111 0 111 100100100 1001110 1000011

Color Harmonies of #DC6AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6AED

Black with #DC6AED

Text Example


Text Example

White with #DC6AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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