Html Css Color HEX #D765FD Heliotrope

📋 copy color: '#D765FD'

red 215 ◦ green 101 ◦ blue 253

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

Shades of Heliotrope #D765FD

Tints of Heliotrope #D765FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.46%

R = 37.79%
G = 17.75%
B = 44.46%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D765FD (or 0xD765FD) is known color: Heliotrope. HEX triplet: D7, 65 and FD. RGB value is (215,101,253). Sum of RGB (Red+Green+Blue) = 215+101+253=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 101 (39.84% from 255 or 17.75% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #D765FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D765FD is #289A02. Grayscale: #979797. Windows color (decimal): -2660867 or 16606679. OLE color: 16606679.

HSL color Cylindrical-coordinate representation of color #D765FD: hue angle of 285º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D765FD is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 101 253 -
CMYK 0.15 0.60 0 0.01
HSL 285º 0.97% 0.69% -
HSV(B) 285º 0.6% 0.99% -
XYZ 50.41 30.85 96.23 -
YUV 152.41 184.77 172.64 -
System Red Green Blue C M Y K H S L
Decimal 215 101 253 0.15 0.60 0 0.01 285 0.97 0.69
Hex D7 65 FD F 3C 0 1 11D 61 45
Octal 327 145 375 17 74 0 1 435 141 105
Binary 11010111 1100101 11111101 1111 111100 0 1 100011101 1100001 1000101

Color Harmonies of #D765FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D765FD

Black with #D765FD

Text Example


Text Example

White with #D765FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D765FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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