Html Css Color HEX #DE68ED Heliotrope

📋 copy color: '#DE68ED'

red 222 ◦ green 104 ◦ blue 237

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

Shades of Heliotrope #DE68ED

Tints of Heliotrope #DE68ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.1%

R = 39.43%
G = 18.47%
B = 42.1%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DE68ED (or 0xDE68ED) is known color: Heliotrope. HEX triplet: DE, 68 and ED. RGB value is (222,104,237). Sum of RGB (Red+Green+Blue) = 222+104+237=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 104 (41.02% from 255 or 18.47% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE68ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE68ED is #219712. Grayscale: #9A9A9A. Windows color (decimal): -2201363 or 15558878. OLE color: 15558878.

HSL color Cylindrical-coordinate representation of color #DE68ED: hue angle of 293.23º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE68ED is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 104 237 -
CMYK 0.06 0.56 0 0.07
HSL 293.23º 0.79% 0.67% -
HSV(B) 293.23º 0.56% 0.93% -
XYZ 50.36 31.54 83.56 -
YUV 154.44 174.59 176.19 -
System Red Green Blue C M Y K H S L
Decimal 222 104 237 0.06 0.56 0 0.07 293.23 0.79 0.67
Hex DE 68 ED 6 38 0 7 125 4F 43
Octal 336 150 355 6 70 0 7 445 117 103
Binary 11011110 1101000 11101101 110 111000 0 111 100100101 1001111 1000011

Color Harmonies of #DE68ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE68ED

Black with #DE68ED

Text Example


Text Example

White with #DE68ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE68ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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