Html Css Color HEX #D168FE Heliotrope

📋 copy color: '#D168FE'

red 209 ◦ green 104 ◦ blue 254

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

Shades of Heliotrope #D168FE

Tints of Heliotrope #D168FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.8%

R = 36.86%
G = 18.34%
B = 44.8%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D168FE (or 0xD168FE) is known color: Heliotrope. HEX triplet: D1, 68 and FE. RGB value is (209,104,254). Sum of RGB (Red+Green+Blue) = 209+104+254=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 104 (41.02% from 255 or 18.34% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #D168FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D168FE is #2E9701. Grayscale: #989898. Windows color (decimal): -3053314 or 16672977. OLE color: 16672977.

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

Color convert

RGB 209 104 254 -
CMYK 0.18 0.59 0 0.00
HSL 282º 0.99% 0.7% -
HSV(B) 282º 0.59% 1% -
XYZ 49.13 30.61 97.08 -
YUV 152.5 185.29 168.3 -
System Red Green Blue C M Y K H S L
Decimal 209 104 254 0.18 0.59 0 0.00 282 0.99 0.7
Hex D1 68 FE 12 3B 0 0 11A 63 46
Octal 321 150 376 22 73 0 0 432 143 106
Binary 11010001 1101000 11111110 10010 111011 0 0 100011010 1100011 1000110

Color Harmonies of #D168FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D168FE

Black with #D168FE

Text Example


Text Example

White with #D168FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D168FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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