Html Css Color HEX #DE8CFD Heliotrope

📋 copy color: '#DE8CFD'

red 222 ◦ green 140 ◦ blue 253

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

Shades of Heliotrope #DE8CFD

Tints of Heliotrope #DE8CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.76%

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

R = 36.1%
G = 22.76%
B = 41.14%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DE8CFD (or 0xDE8CFD) is known color: Heliotrope. HEX triplet: DE, 8C and FD. RGB value is (222,140,253). Sum of RGB (Red+Green+Blue) = 222+140+253=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 140 (55.08% from 255 or 22.76% 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 #DE8CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8CFD is #217302. Grayscale: #B1B1B1. Windows color (decimal): -2192131 or 16616670. OLE color: 16616670.

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

Color convert

RGB 222 140 253 -
CMYK 0.12 0.45 0 0.01
HSL 283.54º 0.97% 0.77% -
HSV(B) 283.54º 0.45% 0.99% -
XYZ 57.23 41.38 97.9 -
YUV 177.4 170.67 159.81 -
System Red Green Blue C M Y K H S L
Decimal 222 140 253 0.12 0.45 0 0.01 283.54 0.97 0.77
Hex DE 8C FD C 2D 0 1 11C 61 4D
Octal 336 214 375 14 55 0 1 434 141 115
Binary 11011110 10001100 11111101 1100 101101 0 1 100011100 1100001 1001101

Color Harmonies of #DE8CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8CFD

Black with #DE8CFD

Text Example


Text Example

White with #DE8CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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