Html Css Color HEX #D95CFB Heliotrope

📋 copy color: '#D95CFB'

red 217 ◦ green 92 ◦ blue 251

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

Shades of Heliotrope #D95CFB

Tints of Heliotrope #D95CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.43%

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

R = 38.75%
G = 16.43%
B = 44.82%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D95CFB (or 0xD95CFB) is known color: Heliotrope. HEX triplet: D9, 5C and FB. RGB value is (217,92,251). Sum of RGB (Red+Green+Blue) = 217+92+251=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 92 (36.33% from 255 or 16.43% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #D95CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95CFB is #26A304. Grayscale: #929292. Windows color (decimal): -2532101 or 16473305. OLE color: 16473305.

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

Color convert

RGB 217 92 251 -
CMYK 0.14 0.63 0 0.02
HSL 287.17º 0.95% 0.67% -
HSV(B) 287.17º 0.63% 0.98% -
XYZ 49.86 29.37 94.31 -
YUV 147.5 186.41 177.57 -
System Red Green Blue C M Y K H S L
Decimal 217 92 251 0.14 0.63 0 0.02 287.17 0.95 0.67
Hex D9 5C FB E 3F 0 2 11F 5F 43
Octal 331 134 373 16 77 0 2 437 137 103
Binary 11011001 1011100 11111011 1110 111111 0 10 100011111 1011111 1000011

Color Harmonies of #D95CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95CFB

Black with #D95CFB

Text Example


Text Example

White with #D95CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95CFB; }

 p { color: rgb(217,92,251); }

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

background-color css

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

 a { background-color: rgb(217,92,251); }

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

border-color css

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

 span { border-color: rgb(217,92,251); }

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