Html Css Color HEX #D75EFF Heliotrope

📋 copy color: '#D75EFF'

red 215 ◦ green 94 ◦ blue 255

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

Shades of Heliotrope #D75EFF

Tints of Heliotrope #D75EFF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.67%

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

R = 38.12%
G = 16.67%
B = 45.21%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D75EFF (or 0xD75EFF) is known color: Heliotrope. HEX triplet: D7, 5E and FF. RGB value is (215,94,255). Sum of RGB (Red+Green+Blue) = 215+94+255=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 94 (37.11% from 255 or 16.67% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #D75EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75EFF is #28A100. Grayscale: #949494. Windows color (decimal): -2662657 or 16735959. OLE color: 16735959.

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

Color convert

RGB 215 94 255 -
CMYK 0.16 0.63 0 0
HSL 285.09º 1% 0.68% -
HSV(B) 285.09º 0.63% 1% -
XYZ 50.08 29.67 97.7 -
YUV 148.53 188.09 175.41 -
System Red Green Blue C M Y K H S L
Decimal 215 94 255 0.16 0.63 0 0 285.09 1 0.68
Hex D7 5E FF 10 3F 0 0 11D 64 44
Octal 327 136 377 20 77 0 0 435 144 104
Binary 11010111 1011110 11111111 10000 111111 0 0 100011101 1100100 1000100

Color Harmonies of #D75EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75EFF

Black with #D75EFF

Text Example


Text Example

White with #D75EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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