Html Css Color HEX #D48FFE Heliotrope

📋 copy color: '#D48FFE'

red 212 ◦ green 143 ◦ blue 254

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

Shades of Heliotrope #D48FFE

Tints of Heliotrope #D48FFE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.48%

 BLUE value IS 254 (99.61% from 255) = 41.71%

R = 34.81%
G = 23.48%
B = 41.71%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D48FFE (or 0xD48FFE) is known color: Heliotrope. HEX triplet: D4, 8F and FE. RGB value is (212,143,254). Sum of RGB (Red+Green+Blue) = 212+143+254=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 143 (56.25% from 255 or 23.48% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #D48FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48FFE is #2B7001. Grayscale: #AFAFAF. Windows color (decimal): -2846722 or 16682964. OLE color: 16682964.

HSL color Cylindrical-coordinate representation of color #D48FFE: hue angle of 277.3º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D48FFE is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 212 143 254 -
CMYK 0.17 0.44 0 0.00
HSL 277.3º 0.98% 0.78% -
HSV(B) 277.3º 0.44% 1% -
XYZ 54.86 40.8 98.75 -
YUV 176.29 171.86 153.47 -
System Red Green Blue C M Y K H S L
Decimal 212 143 254 0.17 0.44 0 0.00 277.3 0.98 0.78
Hex D4 8F FE 11 2C 0 0 115 62 4E
Octal 324 217 376 21 54 0 0 425 142 116
Binary 11010100 10001111 11111110 10001 101100 0 0 100010101 1100010 1001110

Color Harmonies of #D48FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48FFE

Black with #D48FFE

Text Example


Text Example

White with #D48FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48FFE; }

 p { color: rgb(212,143,254); }

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

background-color css

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

 a { background-color: rgb(212,143,254); }

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

border-color css

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

 span { border-color: rgb(212,143,254); }

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