Html Css Color HEX #D962FC Heliotrope

📋 copy color: '#D962FC'

red 217 ◦ green 98 ◦ blue 252

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

Shades of Heliotrope #D962FC

Tints of Heliotrope #D962FC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.28%

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

R = 38.27%
G = 17.28%
B = 44.44%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D962FC (or 0xD962FC) is known color: Heliotrope. HEX triplet: D9, 62 and FC. RGB value is (217,98,252). Sum of RGB (Red+Green+Blue) = 217+98+252=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 98 (38.67% from 255 or 17.28% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #D962FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D962FC is #269D03. Grayscale: #969696. Windows color (decimal): -2530564 or 16540377. OLE color: 16540377.

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

Color convert

RGB 217 98 252 -
CMYK 0.14 0.61 0 0.01
HSL 286.36º 0.96% 0.69% -
HSV(B) 286.36º 0.61% 0.99% -
XYZ 50.55 30.52 95.32 -
YUV 151.14 184.92 174.98 -
System Red Green Blue C M Y K H S L
Decimal 217 98 252 0.14 0.61 0 0.01 286.36 0.96 0.69
Hex D9 62 FC E 3D 0 1 11E 60 45
Octal 331 142 374 16 75 0 1 436 140 105
Binary 11011001 1100010 11111100 1110 111101 0 1 100011110 1100000 1000101

Color Harmonies of #D962FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D962FC

Black with #D962FC

Text Example


Text Example

White with #D962FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D962FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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