Html Css Color HEX #D95EFC Heliotrope

📋 copy color: '#D95EFC'

red 217 ◦ green 94 ◦ blue 252

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

Shades of Heliotrope #D95EFC

Tints of Heliotrope #D95EFC

RGB

 RED value IS 217 (85.16% from 255) = 38.54%

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

 BLUE value IS 252 (98.83% from 255) = 44.76%

R = 38.54%
G = 16.7%
B = 44.76%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D95EFC (or 0xD95EFC) is known color: Heliotrope. HEX triplet: D9, 5E and FC. RGB value is (217,94,252). Sum of RGB (Red+Green+Blue) = 217+94+252=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 94 (37.11% from 255 or 16.70% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #D95EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95EFC is #26A103. Grayscale: #949494. Windows color (decimal): -2531588 or 16539353. OLE color: 16539353.

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

Color convert

RGB 217 94 252 -
CMYK 0.14 0.63 0 0.01
HSL 286.71º 0.96% 0.68% -
HSV(B) 286.71º 0.63% 0.99% -
XYZ 50.19 29.79 95.2 -
YUV 148.79 186.25 176.65 -
System Red Green Blue C M Y K H S L
Decimal 217 94 252 0.14 0.63 0 0.01 286.71 0.96 0.68
Hex D9 5E FC E 3F 0 1 11F 60 44
Octal 331 136 374 16 77 0 1 437 140 104
Binary 11011001 1011110 11111100 1110 111111 0 1 100011111 1100000 1000100

Color Harmonies of #D95EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95EFC

Black with #D95EFC

Text Example


Text Example

White with #D95EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95EFC; }

 p { color: rgb(217,94,252); }

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

background-color css

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

 a { background-color: rgb(217,94,252); }

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

border-color css

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

 span { border-color: rgb(217,94,252); }

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