Html Css Color HEX #DE8FFB Heliotrope

📋 copy color: '#DE8FFB'

red 222 ◦ green 143 ◦ blue 251

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

Shades of Heliotrope #DE8FFB

Tints of Heliotrope #DE8FFB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.21%

 BLUE value IS 251 (98.44% from 255) = 40.75%

R = 36.04%
G = 23.21%
B = 40.75%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DE8FFB (or 0xDE8FFB) is known color: Heliotrope. HEX triplet: DE, 8F and FB. RGB value is (222,143,251). Sum of RGB (Red+Green+Blue) = 222+143+251=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 143 (56.25% from 255 or 23.21% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #DE8FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8FFB is #217004. Grayscale: #B2B2B2. Windows color (decimal): -2191365 or 16486366. OLE color: 16486366.

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

Color convert

RGB 222 143 251 -
CMYK 0.12 0.43 0 0.02
HSL 283.89º 0.93% 0.77% -
HSV(B) 283.89º 0.43% 0.98% -
XYZ 57.36 42.14 96.38 -
YUV 178.93 168.67 158.72 -
System Red Green Blue C M Y K H S L
Decimal 222 143 251 0.12 0.43 0 0.02 283.89 0.93 0.77
Hex DE 8F FB C 2B 0 2 11C 5D 4D
Octal 336 217 373 14 53 0 2 434 135 115
Binary 11011110 10001111 11111011 1100 101011 0 10 100011100 1011101 1001101

Color Harmonies of #DE8FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8FFB

Black with #DE8FFB

Text Example


Text Example

White with #DE8FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8FFB; }

 p { color: rgb(222,143,251); }

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

background-color css

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

 a { background-color: rgb(222,143,251); }

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

border-color css

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

 span { border-color: rgb(222,143,251); }

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