Html Css Color HEX #DC8EFD Heliotrope

📋 copy color: '#DC8EFD'

red 220 ◦ green 142 ◦ blue 253

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

Shades of Heliotrope #DC8EFD

Tints of Heliotrope #DC8EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.14%

R = 35.77%
G = 23.09%
B = 41.14%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC8EFD (or 0xDC8EFD) is known color: Heliotrope. HEX triplet: DC, 8E and FD. RGB value is (220,142,253). Sum of RGB (Red+Green+Blue) = 220+142+253=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 142 (55.86% from 255 or 23.09% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC8EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8EFD is #237102. Grayscale: #B1B1B1. Windows color (decimal): -2322691 or 16617180. OLE color: 16617180.

HSL color Cylindrical-coordinate representation of color #DC8EFD: hue angle of 282.16º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC8EFD is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 142 253 -
CMYK 0.13 0.44 0 0.01
HSL 282.16º 0.97% 0.77% -
HSV(B) 282.16º 0.44% 0.99% -
XYZ 56.92 41.65 97.97 -
YUV 177.98 170.34 157.97 -
System Red Green Blue C M Y K H S L
Decimal 220 142 253 0.13 0.44 0 0.01 282.16 0.97 0.77
Hex DC 8E FD D 2C 0 1 11A 61 4D
Octal 334 216 375 15 54 0 1 432 141 115
Binary 11011100 10001110 11111101 1101 101100 0 1 100011010 1100001 1001101

Color Harmonies of #DC8EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8EFD

Black with #DC8EFD

Text Example


Text Example

White with #DC8EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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