Html Css Color HEX #D765EF Heliotrope

📋 copy color: '#D765EF'

red 215 ◦ green 101 ◦ blue 239

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

Shades of Heliotrope #D765EF

Tints of Heliotrope #D765EF

RGB

 RED value IS 215 (84.38% from 255) = 38.74%

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

 BLUE value IS 239 (93.75% from 255) = 43.06%

R = 38.74%
G = 18.2%
B = 43.06%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D765EF (or 0xD765EF) is known color: Heliotrope. HEX triplet: D7, 65 and EF. RGB value is (215,101,239). Sum of RGB (Red+Green+Blue) = 215+101+239=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 101 (39.84% from 255 or 18.20% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #D765EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D765EF is #289A10. Grayscale: #969696. Windows color (decimal): -2660881 or 15689175. OLE color: 15689175.

HSL color Cylindrical-coordinate representation of color #D765EF: hue angle of 289.57º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D765EF is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 101 239 -
CMYK 0.10 0.58 0 0.06
HSL 289.57º 0.81% 0.67% -
HSV(B) 289.57º 0.58% 0.94% -
XYZ 48.26 29.99 84.91 -
YUV 150.82 177.77 173.78 -
System Red Green Blue C M Y K H S L
Decimal 215 101 239 0.10 0.58 0 0.06 289.57 0.81 0.67
Hex D7 65 EF A 3A 0 6 122 51 43
Octal 327 145 357 12 72 0 6 442 121 103
Binary 11010111 1100101 11101111 1010 111010 0 110 100100010 1010001 1000011

Color Harmonies of #D765EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D765EF

Black with #D765EF

Text Example


Text Example

White with #D765EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D765EF; }

 p { color: rgb(215,101,239); }

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

background-color css

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

 a { background-color: rgb(215,101,239); }

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

border-color css

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

 span { border-color: rgb(215,101,239); }

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