Html Css Color HEX #D45EFD Heliotrope

📋 copy color: '#D45EFD'

red 212 ◦ green 94 ◦ blue 253

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

Shades of Heliotrope #D45EFD

Tints of Heliotrope #D45EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.26%

R = 37.92%
G = 16.82%
B = 45.26%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D45EFD (or 0xD45EFD) is known color: Heliotrope. HEX triplet: D4, 5E and FD. RGB value is (212,94,253). Sum of RGB (Red+Green+Blue) = 212+94+253=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 94 (37.11% from 255 or 16.82% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #D45EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45EFD is #2BA102. Grayscale: #929292. Windows color (decimal): -2859267 or 16604884. OLE color: 16604884.

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

Color convert

RGB 212 94 253 -
CMYK 0.16 0.63 0 0.01
HSL 284.53º 0.98% 0.68% -
HSV(B) 284.53º 0.63% 0.99% -
XYZ 48.88 29.09 95.97 -
YUV 147.41 187.59 174.07 -
System Red Green Blue C M Y K H S L
Decimal 212 94 253 0.16 0.63 0 0.01 284.53 0.98 0.68
Hex D4 5E FD 10 3F 0 1 11D 62 44
Octal 324 136 375 20 77 0 1 435 142 104
Binary 11010100 1011110 11111101 10000 111111 0 1 100011101 1100010 1000100

Color Harmonies of #D45EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45EFD

Black with #D45EFD

Text Example


Text Example

White with #D45EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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