Html Css Color HEX #DE8EFD Heliotrope

📋 copy color: '#DE8EFD'

red 222 ◦ green 142 ◦ blue 253

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

Shades of Heliotrope #DE8EFD

Tints of Heliotrope #DE8EFD

RGB

 RED value IS 222 (87.11% from 255) = 35.98%

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

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

R = 35.98%
G = 23.01%
B = 41%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DE8EFD (or 0xDE8EFD) is known color: Heliotrope. HEX triplet: DE, 8E and FD. RGB value is (222,142,253). Sum of RGB (Red+Green+Blue) = 222+142+253=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 142 (55.86% from 255 or 23.01% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #DE8EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8EFD is #217102. Grayscale: #B2B2B2. Windows color (decimal): -2191619 or 16617182. OLE color: 16617182.

HSL color Cylindrical-coordinate representation of color #DE8EFD: hue angle of 283.24º 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 #DE8EFD is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 142 253 -
CMYK 0.12 0.44 0 0.01
HSL 283.24º 0.97% 0.77% -
HSV(B) 283.24º 0.44% 0.99% -
XYZ 57.53 41.97 98 -
YUV 178.57 170 158.97 -
System Red Green Blue C M Y K H S L
Decimal 222 142 253 0.12 0.44 0 0.01 283.24 0.97 0.77
Hex DE 8E FD C 2C 0 1 11B 61 4D
Octal 336 216 375 14 54 0 1 433 141 115
Binary 11011110 10001110 11111101 1100 101100 0 1 100011011 1100001 1001101

Color Harmonies of #DE8EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8EFD

Black with #DE8EFD

Text Example


Text Example

White with #DE8EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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