Html Css Color HEX #D48EFC Heliotrope

📋 copy color: '#D48EFC'

red 212 ◦ green 142 ◦ blue 252

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

Shades of Heliotrope #D48EFC

Tints of Heliotrope #D48EFC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.43%

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

R = 34.98%
G = 23.43%
B = 41.58%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D48EFC (or 0xD48EFC) is known color: Heliotrope. HEX triplet: D4, 8E and FC. RGB value is (212,142,252). Sum of RGB (Red+Green+Blue) = 212+142+252=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 142 (55.86% from 255 or 23.43% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #D48EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48EFC is #2B7103. Grayscale: #AFAFAF. Windows color (decimal): -2846980 or 16551636. OLE color: 16551636.

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

Color convert

RGB 212 142 252 -
CMYK 0.16 0.44 0 0.01
HSL 278.18º 0.95% 0.77% -
HSV(B) 278.18º 0.44% 0.99% -
XYZ 54.4 40.37 97.02 -
YUV 175.47 171.19 154.06 -
System Red Green Blue C M Y K H S L
Decimal 212 142 252 0.16 0.44 0 0.01 278.18 0.95 0.77
Hex D4 8E FC 10 2C 0 1 116 5F 4D
Octal 324 216 374 20 54 0 1 426 137 115
Binary 11010100 10001110 11111100 10000 101100 0 1 100010110 1011111 1001101

Color Harmonies of #D48EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48EFC

Black with #D48EFC

Text Example


Text Example

White with #D48EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48EFC; }

 p { color: rgb(212,142,252); }

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

background-color css

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

 a { background-color: rgb(212,142,252); }

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

border-color css

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

 span { border-color: rgb(212,142,252); }

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