Html Css Color HEX #D746FC Heliotrope

📋 copy color: '#D746FC'

red 215 ◦ green 70 ◦ blue 252

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

Shades of Heliotrope #D746FC

Tints of Heliotrope #D746FC

RGB

 RED value IS 215 (84.38% from 255) = 40.04%

 GREEN value IS 70 (27.73% from 255) = 13.04%

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

R = 40.04%
G = 13.04%
B = 46.93%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D746FC (or 0xD746FC) is known color: Heliotrope. HEX triplet: D7, 46 and FC. RGB value is (215,70,252). Sum of RGB (Red+Green+Blue) = 215+70+252=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 70 (27.73% from 255 or 13.04% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #D746FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D746FC is #28B903. Grayscale: #858585. Windows color (decimal): -2668804 or 16533207. OLE color: 16533207.

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

Color convert

RGB 215 70 252 -
CMYK 0.15 0.72 0 0.01
HSL 287.8º 0.97% 0.63% -
HSV(B) 287.8º 0.72% 0.99% -
XYZ 47.79 25.86 94.57 -
YUV 134.1 194.54 185.7 -
System Red Green Blue C M Y K H S L
Decimal 215 70 252 0.15 0.72 0 0.01 287.8 0.97 0.63
Hex D7 46 FC F 48 0 1 120 61 3F
Octal 327 106 374 17 110 0 1 440 141 77
Binary 11010111 1000110 11111100 1111 1001000 0 1 100100000 1100001 111111

Color Harmonies of #D746FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D746FC

Black with #D746FC

Text Example


Text Example

White with #D746FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D746FC; }

 p { color: rgb(215,70,252); }

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

background-color css

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

 a { background-color: rgb(215,70,252); }

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

border-color css

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

 span { border-color: rgb(215,70,252); }

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