Html Css Color HEX #DE7EFD Heliotrope

📋 copy color: '#DE7EFD'

red 222 ◦ green 126 ◦ blue 253

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

Shades of Heliotrope #DE7EFD

Tints of Heliotrope #DE7EFD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 20.97%

 BLUE value IS 253 (99.22% from 255) = 42.1%

R = 36.94%
G = 20.97%
B = 42.1%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DE7EFD (or 0xDE7EFD) is known color: Heliotrope. HEX triplet: DE, 7E and FD. RGB value is (222,126,253). Sum of RGB (Red+Green+Blue) = 222+126+253=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 126 (49.61% from 255 or 20.97% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #DE7EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7EFD is #218102. Grayscale: #A8A8A8. Windows color (decimal): -2195715 or 16613086. OLE color: 16613086.

HSL color Cylindrical-coordinate representation of color #DE7EFD: hue angle of 285.35º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE7EFD is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 126 253 -
CMYK 0.12 0.50 0 0.01
HSL 285.35º 0.97% 0.74% -
HSV(B) 285.35º 0.5% 0.99% -
XYZ 55.31 37.54 97.26 -
YUV 169.18 175.3 165.67 -
System Red Green Blue C M Y K H S L
Decimal 222 126 253 0.12 0.50 0 0.01 285.35 0.97 0.74
Hex DE 7E FD C 32 0 1 11D 61 4A
Octal 336 176 375 14 62 0 1 435 141 112
Binary 11011110 1111110 11111101 1100 110010 0 1 100011101 1100001 1001010

Color Harmonies of #DE7EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7EFD

Black with #DE7EFD

Text Example


Text Example

White with #DE7EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7EFD; }

 p { color: rgb(222,126,253); }

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

background-color css

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

 a { background-color: rgb(222,126,253); }

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

border-color css

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

 span { border-color: rgb(222,126,253); }

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