Html Css Color HEX #DE8CFA Heliotrope

📋 copy color: '#DE8CFA'

red 222 ◦ green 140 ◦ blue 250

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

Shades of Heliotrope #DE8CFA

Tints of Heliotrope #DE8CFA

RGB

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

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

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

R = 36.27%
G = 22.88%
B = 40.85%

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

#DE8CFA (or 0xDE8CFA) is known color: Heliotrope. HEX triplet: DE, 8C and FA. RGB value is (222,140,250). Sum of RGB (Red+Green+Blue) = 222+140+250=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 140 (55.08% from 255 or 22.88% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #DE8CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE8CFA is #217305. Grayscale: #B0B0B0. Windows color (decimal): -2192134 or 16420062. OLE color: 16420062.

HSL color Cylindrical-coordinate representation of color #DE8CFA: hue angle of 284.73º 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 #DE8CFA is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 140 250 -
CMYK 0.11 0.44 0 0.02
HSL 284.73º 0.92% 0.76% -
HSV(B) 284.73º 0.44% 0.98% -
XYZ 56.76 41.19 95.4 -
YUV 177.06 169.17 160.06 -
System Red Green Blue C M Y K H S L
Decimal 222 140 250 0.11 0.44 0 0.02 284.73 0.92 0.76
Hex DE 8C FA B 2C 0 2 11D 5C 4C
Octal 336 214 372 13 54 0 2 435 134 114
Binary 11011110 10001100 11111010 1011 101100 0 10 100011101 1011100 1001100

Color Harmonies of #DE8CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8CFA

Black with #DE8CFA

Text Example


Text Example

White with #DE8CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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