Html Css Color HEX #DE68FF Heliotrope

📋 copy color: '#DE68FF'

red 222 ◦ green 104 ◦ blue 255

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

Shades of Heliotrope #DE68FF

Tints of Heliotrope #DE68FF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.9%

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

R = 38.21%
G = 17.9%
B = 43.89%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DE68FF (or 0xDE68FF) is known color: Heliotrope. HEX triplet: DE, 68 and FF. RGB value is (222,104,255). Sum of RGB (Red+Green+Blue) = 222+104+255=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 104 (41.02% from 255 or 17.90% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE68FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE68FF is #219700. Grayscale: #9C9C9C. Windows color (decimal): -2201345 or 16738526. OLE color: 16738526.

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

Color convert

RGB 222 104 255 -
CMYK 0.13 0.59 0 0
HSL 286.89º 1% 0.7% -
HSV(B) 286.89º 0.59% 1% -
XYZ 53.12 32.65 98.11 -
YUV 156.5 183.59 174.72 -
System Red Green Blue C M Y K H S L
Decimal 222 104 255 0.13 0.59 0 0 286.89 1 0.7
Hex DE 68 FF D 3B 0 0 11F 64 46
Octal 336 150 377 15 73 0 0 437 144 106
Binary 11011110 1101000 11111111 1101 111011 0 0 100011111 1100100 1000110

Color Harmonies of #DE68FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE68FF

Black with #DE68FF

Text Example


Text Example

White with #DE68FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE68FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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