Html Css Color HEX #D96CF3 Heliotrope

📋 copy color: '#D96CF3'

red 217 ◦ green 108 ◦ blue 243

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

Shades of Heliotrope #D96CF3

Tints of Heliotrope #D96CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 42.78%

R = 38.2%
G = 19.01%
B = 42.78%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D96CF3 (or 0xD96CF3) is known color: Heliotrope. HEX triplet: D9, 6C and F3. RGB value is (217,108,243). Sum of RGB (Red+Green+Blue) = 217+108+243=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 108 (42.58% from 255 or 19.01% from 568); Blue value is 243 (95.31% from 255 or 42.78% from 568); Max value from RGB is 243 - color contains mainly: blue. Hex color #D96CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96CF3 is #26930C. Grayscale: #9B9B9B. Windows color (decimal): -2528013 or 15953113. OLE color: 15953113.

HSL color Cylindrical-coordinate representation of color #D96CF3: hue angle of 288.44º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D96CF3 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 108 243 -
CMYK 0.11 0.56 0 0.05
HSL 288.44º 0.85% 0.69% -
HSV(B) 288.44º 0.56% 0.95% -
XYZ 50.16 31.95 88.32 -
YUV 155.98 177.11 171.52 -
System Red Green Blue C M Y K H S L
Decimal 217 108 243 0.11 0.56 0 0.05 288.44 0.85 0.69
Hex D9 6C F3 B 38 0 5 120 55 45
Octal 331 154 363 13 70 0 5 440 125 105
Binary 11011001 1101100 11110011 1011 111000 0 101 100100000 1010101 1000101

Color Harmonies of #D96CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96CF3

Black with #D96CF3

Text Example


Text Example

White with #D96CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96CF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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