Html Css Color HEX #DC8EFF Heliotrope

📋 copy color: '#DC8EFF'

red 220 ◦ green 142 ◦ blue 255

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

Shades of Heliotrope #DC8EFF

Tints of Heliotrope #DC8EFF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.01%

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

R = 35.66%
G = 23.01%
B = 41.33%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DC8EFF (or 0xDC8EFF) is known color: Heliotrope. HEX triplet: DC, 8E and FF. RGB value is (220,142,255). Sum of RGB (Red+Green+Blue) = 220+142+255=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 142 (55.86% from 255 or 23.01% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC8EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8EFF is #237100. Grayscale: #B1B1B1. Windows color (decimal): -2322689 or 16748252. OLE color: 16748252.

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

Color convert

RGB 220 142 255 -
CMYK 0.14 0.44 0 0
HSL 281.42º 1% 0.78% -
HSV(B) 281.42º 0.44% 1% -
XYZ 57.24 41.78 99.66 -
YUV 178.2 171.34 157.81 -
System Red Green Blue C M Y K H S L
Decimal 220 142 255 0.14 0.44 0 0 281.42 1 0.78
Hex DC 8E FF E 2C 0 0 119 64 4E
Octal 334 216 377 16 54 0 0 431 144 116
Binary 11011100 10001110 11111111 1110 101100 0 0 100011001 1100100 1001110

Color Harmonies of #DC8EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8EFF

Black with #DC8EFF

Text Example


Text Example

White with #DC8EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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