Html Css Color HEX #DC6EFA Heliotrope

📋 copy color: '#DC6EFA'

red 220 ◦ green 110 ◦ blue 250

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

Shades of Heliotrope #DC6EFA

Tints of Heliotrope #DC6EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.1%

R = 37.93%
G = 18.97%
B = 43.1%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC6EFA (or 0xDC6EFA) is known color: Heliotrope. HEX triplet: DC, 6E and FA. RGB value is (220,110,250). Sum of RGB (Red+Green+Blue) = 220+110+250=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 110 (43.36% from 255 or 18.97% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC6EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6EFA is #239105. Grayscale: #9E9E9E. Windows color (decimal): -2330886 or 16412380. OLE color: 16412380.

HSL color Cylindrical-coordinate representation of color #DC6EFA: hue angle of 287.14º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6EFA is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 110 250 -
CMYK 0.12 0.56 0 0.02
HSL 287.14º 0.93% 0.71% -
HSV(B) 287.14º 0.56% 0.98% -
XYZ 52.35 33.27 94.11 -
YUV 158.85 179.44 171.62 -
System Red Green Blue C M Y K H S L
Decimal 220 110 250 0.12 0.56 0 0.02 287.14 0.93 0.71
Hex DC 6E FA C 38 0 2 11F 5D 47
Octal 334 156 372 14 70 0 2 437 135 107
Binary 11011100 1101110 11111010 1100 111000 0 10 100011111 1011101 1000111

Color Harmonies of #DC6EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6EFA

Black with #DC6EFA

Text Example


Text Example

White with #DC6EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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