Html Css Color HEX #DE8BFA Heliotrope

📋 copy color: '#DE8BFA'

red 222 ◦ green 139 ◦ blue 250

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

Shades of Heliotrope #DE8BFA

Tints of Heliotrope #DE8BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.92%

R = 36.33%
G = 22.75%
B = 40.92%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DE8BFA (or 0xDE8BFA) is known color: Heliotrope. HEX triplet: DE, 8B and FA. RGB value is (222,139,250). Sum of RGB (Red+Green+Blue) = 222+139+250=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 139 (54.69% from 255 or 22.75% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #DE8BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8BFA is #217405. Grayscale: #B0B0B0. Windows color (decimal): -2192390 or 16419806. OLE color: 16419806.

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

Color convert

RGB 222 139 250 -
CMYK 0.11 0.44 0 0.02
HSL 284.86º 0.92% 0.76% -
HSV(B) 284.86º 0.44% 0.98% -
XYZ 56.61 40.9 95.35 -
YUV 176.47 169.5 160.47 -
System Red Green Blue C M Y K H S L
Decimal 222 139 250 0.11 0.44 0 0.02 284.86 0.92 0.76
Hex DE 8B FA B 2C 0 2 11D 5C 4C
Octal 336 213 372 13 54 0 2 435 134 114
Binary 11011110 10001011 11111010 1011 101100 0 10 100011101 1011100 1001100

Color Harmonies of #DE8BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8BFA

Black with #DE8BFA

Text Example


Text Example

White with #DE8BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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