Html Css Color HEX #D45EF6 Heliotrope

📋 copy color: '#D45EF6'

red 212 ◦ green 94 ◦ blue 246

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

Shades of Heliotrope #D45EF6

Tints of Heliotrope #D45EF6

RGB

 RED value IS 212 (83.2% from 255) = 38.41%

 GREEN value IS 94 (37.11% from 255) = 17.03%

 BLUE value IS 246 (96.48% from 255) = 44.57%

R = 38.41%
G = 17.03%
B = 44.57%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D45EF6 (or 0xD45EF6) is known color: Heliotrope. HEX triplet: D4, 5E and F6. RGB value is (212,94,246). Sum of RGB (Red+Green+Blue) = 212+94+246=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 94 (37.11% from 255 or 17.03% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #D45EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45EF6 is #2BA109. Grayscale: #929292. Windows color (decimal): -2859274 or 16146132. OLE color: 16146132.

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

Color convert

RGB 212 94 246 -
CMYK 0.14 0.62 0 0.04
HSL 286.58º 0.89% 0.67% -
HSV(B) 286.58º 0.62% 0.96% -
XYZ 47.79 28.66 90.2 -
YUV 146.61 184.09 174.64 -
System Red Green Blue C M Y K H S L
Decimal 212 94 246 0.14 0.62 0 0.04 286.58 0.89 0.67
Hex D4 5E F6 E 3E 0 4 11F 59 43
Octal 324 136 366 16 76 0 4 437 131 103
Binary 11010100 1011110 11110110 1110 111110 0 100 100011111 1011001 1000011

Color Harmonies of #D45EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45EF6

Black with #D45EF6

Text Example


Text Example

White with #D45EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45EF6; }

 p { color: rgb(212,94,246); }

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

background-color css

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

 a { background-color: rgb(212,94,246); }

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

border-color css

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

 span { border-color: rgb(212,94,246); }

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