Html Css Color HEX #D750FF Heliotrope

📋 copy color: '#D750FF'

red 215 ◦ green 80 ◦ blue 255

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

Shades of Heliotrope #D750FF

Tints of Heliotrope #D750FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.55%

 BLUE value IS 255 (100% from 255) = 46.36%

R = 39.09%
G = 14.55%
B = 46.36%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D750FF (or 0xD750FF) is known color: Heliotrope. HEX triplet: D7, 50 and FF. RGB value is (215,80,255). Sum of RGB (Red+Green+Blue) = 215+80+255=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 80 (31.64% from 255 or 14.55% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #D750FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D750FF is #28AF00. Grayscale: #8B8B8B. Windows color (decimal): -2666241 or 16732375. OLE color: 16732375.

HSL color Cylindrical-coordinate representation of color #D750FF: hue angle of 286.29º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D750FF is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 215 80 255 -
CMYK 0.16 0.69 0 0
HSL 286.29º 1% 0.66% -
HSV(B) 286.29º 0.69% 1% -
XYZ 48.94 27.4 97.32 -
YUV 140.32 192.73 181.27 -
System Red Green Blue C M Y K H S L
Decimal 215 80 255 0.16 0.69 0 0 286.29 1 0.66
Hex D7 50 FF 10 45 0 0 11E 64 42
Octal 327 120 377 20 105 0 0 436 144 102
Binary 11010111 1010000 11111111 10000 1000101 0 0 100011110 1100100 1000010

Color Harmonies of #D750FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D750FF

Black with #D750FF

Text Example


Text Example

White with #D750FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D750FF; }

 p { color: rgb(215,80,255); }

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

background-color css

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

 a { background-color: rgb(215,80,255); }

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

border-color css

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

 span { border-color: rgb(215,80,255); }

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