Html Css Color HEX #D165EE Heliotrope

📋 copy color: '#D165EE'

red 209 ◦ green 101 ◦ blue 238

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

Shades of Heliotrope #D165EE

Tints of Heliotrope #D165EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.43%

R = 38.14%
G = 18.43%
B = 43.43%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D165EE (or 0xD165EE) is known color: Heliotrope. HEX triplet: D1, 65 and EE. RGB value is (209,101,238). Sum of RGB (Red+Green+Blue) = 209+101+238=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 101 (39.84% from 255 or 18.43% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #D165EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D165EE is #2E9A11. Grayscale: #949494. Windows color (decimal): -3054098 or 15623633. OLE color: 15623633.

HSL color Cylindrical-coordinate representation of color #D165EE: hue angle of 287.3º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D165EE is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 101 238 -
CMYK 0.12 0.58 0 0.07
HSL 287.3º 0.8% 0.66% -
HSV(B) 287.3º 0.58% 0.93% -
XYZ 46.38 29.04 84.05 -
YUV 148.91 178.28 170.86 -
System Red Green Blue C M Y K H S L
Decimal 209 101 238 0.12 0.58 0 0.07 287.3 0.8 0.66
Hex D1 65 EE C 3A 0 7 11F 50 42
Octal 321 145 356 14 72 0 7 437 120 102
Binary 11010001 1100101 11101110 1100 111010 0 111 100011111 1010000 1000010

Color Harmonies of #D165EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D165EE

Black with #D165EE

Text Example


Text Example

White with #D165EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D165EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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