Html Css Color HEX #DC6EEA Heliotrope

📋 copy color: '#DC6EEA'

red 220 ◦ green 110 ◦ blue 234

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

Shades of Heliotrope #DC6EEA

Tints of Heliotrope #DC6EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.49%

R = 39.01%
G = 19.5%
B = 41.49%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DC6EEA (or 0xDC6EEA) is known color: Heliotrope. HEX triplet: DC, 6E and EA. RGB value is (220,110,234). Sum of RGB (Red+Green+Blue) = 220+110+234=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 110 (43.36% from 255 or 19.50% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC6EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6EEA is #239115. Grayscale: #9C9C9C. Windows color (decimal): -2330902 or 15363804. OLE color: 15363804.

HSL color Cylindrical-coordinate representation of color #DC6EEA: hue angle of 293.23º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6EEA is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 110 234 -
CMYK 0.06 0.53 0 0.08
HSL 293.23º 0.75% 0.67% -
HSV(B) 293.23º 0.53% 0.92% -
XYZ 49.94 32.31 81.45 -
YUV 157.03 171.44 172.92 -
System Red Green Blue C M Y K H S L
Decimal 220 110 234 0.06 0.53 0 0.08 293.23 0.75 0.67
Hex DC 6E EA 6 35 0 8 125 4B 43
Octal 334 156 352 6 65 0 10 445 113 103
Binary 11011100 1101110 11101010 110 110101 0 1000 100100101 1001011 1000011

Color Harmonies of #DC6EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6EEA

Black with #DC6EEA

Text Example


Text Example

White with #DC6EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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