Html Css Color HEX #DE8CFF Heliotrope

📋 copy color: '#DE8CFF'

red 222 ◦ green 140 ◦ blue 255

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

Shades of Heliotrope #DE8CFF

Tints of Heliotrope #DE8CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.33%

R = 35.98%
G = 22.69%
B = 41.33%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DE8CFF (or 0xDE8CFF) is known color: Heliotrope. HEX triplet: DE, 8C and FF. RGB value is (222,140,255). Sum of RGB (Red+Green+Blue) = 222+140+255=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 140 (55.08% from 255 or 22.69% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE8CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8CFF is #217300. Grayscale: #B1B1B1. Windows color (decimal): -2192129 or 16747742. OLE color: 16747742.

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

Color convert

RGB 222 140 255 -
CMYK 0.13 0.45 0 0
HSL 282.78º 1% 0.77% -
HSV(B) 282.78º 0.45% 1% -
XYZ 57.55 41.51 99.59 -
YUV 177.63 171.67 159.65 -
System Red Green Blue C M Y K H S L
Decimal 222 140 255 0.13 0.45 0 0 282.78 1 0.77
Hex DE 8C FF D 2D 0 0 11B 64 4D
Octal 336 214 377 15 55 0 0 433 144 115
Binary 11011110 10001100 11111111 1101 101101 0 0 100011011 1100100 1001101

Color Harmonies of #DE8CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8CFF

Black with #DE8CFF

Text Example


Text Example

White with #DE8CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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