Html Css Color HEX #D165FE Heliotrope

📋 copy color: '#D165FE'

red 209 ◦ green 101 ◦ blue 254

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

Shades of Heliotrope #D165FE

Tints of Heliotrope #D165FE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.91%

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

R = 37.06%
G = 17.91%
B = 45.04%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D165FE (or 0xD165FE) is known color: Heliotrope. HEX triplet: D1, 65 and FE. RGB value is (209,101,254). Sum of RGB (Red+Green+Blue) = 209+101+254=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 101 (39.84% from 255 or 17.91% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #D165FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D165FE is #2E9A01. Grayscale: #969696. Windows color (decimal): -3054082 or 16672209. OLE color: 16672209.

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

Color convert

RGB 209 101 254 -
CMYK 0.18 0.60 0 0.00
HSL 282.35º 0.99% 0.7% -
HSV(B) 282.35º 0.6% 1% -
XYZ 48.84 30.02 96.99 -
YUV 150.73 186.28 169.56 -
System Red Green Blue C M Y K H S L
Decimal 209 101 254 0.18 0.60 0 0.00 282.35 0.99 0.7
Hex D1 65 FE 12 3C 0 0 11A 63 46
Octal 321 145 376 22 74 0 0 432 143 106
Binary 11010001 1100101 11111110 10010 111100 0 0 100011010 1100011 1000110

Color Harmonies of #D165FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D165FE

Black with #D165FE

Text Example


Text Example

White with #D165FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D165FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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