Html Css Color HEX #D96CFD Heliotrope

📋 copy color: '#D96CFD'

red 217 ◦ green 108 ◦ blue 253

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

Shades of Heliotrope #D96CFD

Tints of Heliotrope #D96CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.69%

 BLUE value IS 253 (99.22% from 255) = 43.77%

R = 37.54%
G = 18.69%
B = 43.77%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D96CFD (or 0xD96CFD) is known color: Heliotrope. HEX triplet: D9, 6C and FD. RGB value is (217,108,253). Sum of RGB (Red+Green+Blue) = 217+108+253=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 108 (42.58% from 255 or 18.69% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #D96CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96CFD is #269302. Grayscale: #9C9C9C. Windows color (decimal): -2528003 or 16608473. OLE color: 16608473.

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

Color convert

RGB 217 108 253 -
CMYK 0.14 0.57 0 0.01
HSL 285.1º 0.97% 0.71% -
HSV(B) 285.1º 0.57% 0.99% -
XYZ 51.71 32.57 96.49 -
YUV 157.12 182.11 170.71 -
System Red Green Blue C M Y K H S L
Decimal 217 108 253 0.14 0.57 0 0.01 285.1 0.97 0.71
Hex D9 6C FD E 39 0 1 11D 61 47
Octal 331 154 375 16 71 0 1 435 141 107
Binary 11011001 1101100 11111101 1110 111001 0 1 100011101 1100001 1000111

Color Harmonies of #D96CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96CFD

Black with #D96CFD

Text Example


Text Example

White with #D96CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96CFD; }

 p { color: rgb(217,108,253); }

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

background-color css

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

 a { background-color: rgb(217,108,253); }

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

border-color css

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

 span { border-color: rgb(217,108,253); }

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