Html Css Color HEX #DE8BFB Heliotrope

📋 copy color: '#DE8BFB'

red 222 ◦ green 139 ◦ blue 251

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

Shades of Heliotrope #DE8BFB

Tints of Heliotrope #DE8BFB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.71%

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

R = 36.27%
G = 22.71%
B = 41.01%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DE8BFB (or 0xDE8BFB) is known color: Heliotrope. HEX triplet: DE, 8B and FB. RGB value is (222,139,251). Sum of RGB (Red+Green+Blue) = 222+139+251=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 139 (54.69% from 255 or 22.71% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #DE8BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8BFB is #217404. Grayscale: #B0B0B0. Windows color (decimal): -2192389 or 16485342. OLE color: 16485342.

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

Color convert

RGB 222 139 251 -
CMYK 0.12 0.45 0 0.02
HSL 284.46º 0.93% 0.76% -
HSV(B) 284.46º 0.45% 0.98% -
XYZ 56.77 40.96 96.18 -
YUV 176.59 170 160.39 -
System Red Green Blue C M Y K H S L
Decimal 222 139 251 0.12 0.45 0 0.02 284.46 0.93 0.76
Hex DE 8B FB C 2D 0 2 11C 5D 4C
Octal 336 213 373 14 55 0 2 434 135 114
Binary 11011110 10001011 11111011 1100 101101 0 10 100011100 1011101 1001100

Color Harmonies of #DE8BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8BFB

Black with #DE8BFB

Text Example


Text Example

White with #DE8BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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