Html Css Color HEX #D168EA Heliotrope

📋 copy color: '#D168EA'

red 209 ◦ green 104 ◦ blue 234

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

Shades of Heliotrope #D168EA

Tints of Heliotrope #D168EA

RGB

 RED value IS 209 (82.03% from 255) = 38.21%

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

 BLUE value IS 234 (91.8% from 255) = 42.78%

R = 38.21%
G = 19.01%
B = 42.78%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D168EA (or 0xD168EA) is known color: Heliotrope. HEX triplet: D1, 68 and EA. RGB value is (209,104,234). Sum of RGB (Red+Green+Blue) = 209+104+234=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #D168EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D168EA is #2E9715. Grayscale: #959595. Windows color (decimal): -3053334 or 15362257. OLE color: 15362257.

HSL color Cylindrical-coordinate representation of color #D168EA: hue angle of 288.46º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D168EA is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 104 234 -
CMYK 0.11 0.56 0 0.08
HSL 288.46º 0.76% 0.66% -
HSV(B) 288.46º 0.56% 0.92% -
XYZ 46.1 29.4 81.09 -
YUV 150.22 175.29 169.93 -
System Red Green Blue C M Y K H S L
Decimal 209 104 234 0.11 0.56 0 0.08 288.46 0.76 0.66
Hex D1 68 EA B 38 0 8 120 4C 42
Octal 321 150 352 13 70 0 10 440 114 102
Binary 11010001 1101000 11101010 1011 111000 0 1000 100100000 1001100 1000010

Color Harmonies of #D168EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D168EA

Black with #D168EA

Text Example


Text Example

White with #D168EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D168EA; }

 p { color: rgb(209,104,234); }

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

background-color css

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

 a { background-color: rgb(209,104,234); }

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

border-color css

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

 span { border-color: rgb(209,104,234); }

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