Html Css Color HEX #D960FC Heliotrope

📋 copy color: '#D960FC'

red 217 ◦ green 96 ◦ blue 252

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

Shades of Heliotrope #D960FC

Tints of Heliotrope #D960FC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.99%

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

R = 38.41%
G = 16.99%
B = 44.6%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D960FC (or 0xD960FC) is known color: Heliotrope. HEX triplet: D9, 60 and FC. RGB value is (217,96,252). Sum of RGB (Red+Green+Blue) = 217+96+252=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 96 (37.89% from 255 or 16.99% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #D960FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D960FC is #269F03. Grayscale: #959595. Windows color (decimal): -2531076 or 16539865. OLE color: 16539865.

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

Color convert

RGB 217 96 252 -
CMYK 0.14 0.62 0 0.01
HSL 286.54º 0.96% 0.68% -
HSV(B) 286.54º 0.62% 0.99% -
XYZ 50.37 30.15 95.26 -
YUV 149.96 185.59 175.82 -
System Red Green Blue C M Y K H S L
Decimal 217 96 252 0.14 0.62 0 0.01 286.54 0.96 0.68
Hex D9 60 FC E 3E 0 1 11F 60 44
Octal 331 140 374 16 76 0 1 437 140 104
Binary 11011001 1100000 11111100 1110 111110 0 1 100011111 1100000 1000100

Color Harmonies of #D960FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D960FC

Black with #D960FC

Text Example


Text Example

White with #D960FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D960FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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