Html Css Color HEX #DE86FB Heliotrope

📋 copy color: '#DE86FB'

red 222 ◦ green 134 ◦ blue 251

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

Shades of Heliotrope #DE86FB

Tints of Heliotrope #DE86FB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22.08%

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

R = 36.57%
G = 22.08%
B = 41.35%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DE86FB (or 0xDE86FB) is known color: Heliotrope. HEX triplet: DE, 86 and FB. RGB value is (222,134,251). Sum of RGB (Red+Green+Blue) = 222+134+251=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 134 (52.73% from 255 or 22.08% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #DE86FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE86FB is #217904. Grayscale: #ADADAD. Windows color (decimal): -2193669 or 16484062. OLE color: 16484062.

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

Color convert

RGB 222 134 251 -
CMYK 0.12 0.47 0 0.02
HSL 285.13º 0.94% 0.75% -
HSV(B) 285.13º 0.47% 0.98% -
XYZ 56.06 39.54 95.94 -
YUV 173.65 171.65 162.49 -
System Red Green Blue C M Y K H S L
Decimal 222 134 251 0.12 0.47 0 0.02 285.13 0.94 0.75
Hex DE 86 FB C 2F 0 2 11D 5E 4B
Octal 336 206 373 14 57 0 2 435 136 113
Binary 11011110 10000110 11111011 1100 101111 0 10 100011101 1011110 1001011

Color Harmonies of #DE86FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE86FB

Black with #DE86FB

Text Example


Text Example

White with #DE86FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE86FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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