Html Css Color HEX #D75BFB Heliotrope

📋 copy color: '#D75BFB'

red 215 ◦ green 91 ◦ blue 251

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

Shades of Heliotrope #D75BFB

Tints of Heliotrope #D75BFB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.34%

 BLUE value IS 251 (98.44% from 255) = 45.06%

R = 38.6%
G = 16.34%
B = 45.06%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D75BFB (or 0xD75BFB) is known color: Heliotrope. HEX triplet: D7, 5B and FB. RGB value is (215,91,251). Sum of RGB (Red+Green+Blue) = 215+91+251=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 91 (35.94% from 255 or 16.34% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #D75BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75BFB is #28A404. Grayscale: #919191. Windows color (decimal): -2663429 or 16473047. OLE color: 16473047.

HSL color Cylindrical-coordinate representation of color #D75BFB: hue angle of 286.5º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D75BFB is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 91 251 -
CMYK 0.14 0.64 0 0.02
HSL 286.5º 0.95% 0.67% -
HSV(B) 286.5º 0.64% 0.98% -
XYZ 49.18 28.89 94.25 -
YUV 146.32 187.08 176.99 -
System Red Green Blue C M Y K H S L
Decimal 215 91 251 0.14 0.64 0 0.02 286.5 0.95 0.67
Hex D7 5B FB E 40 0 2 11E 5F 43
Octal 327 133 373 16 100 0 2 436 137 103
Binary 11010111 1011011 11111011 1110 1000000 0 10 100011110 1011111 1000011

Color Harmonies of #D75BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75BFB

Black with #D75BFB

Text Example


Text Example

White with #D75BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75BFB; }

 p { color: rgb(215,91,251); }

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

background-color css

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

 a { background-color: rgb(215,91,251); }

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

border-color css

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

 span { border-color: rgb(215,91,251); }

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