Html Css Color HEX #D48BFE Heliotrope

📋 copy color: '#D48BFE'

red 212 ◦ green 139 ◦ blue 254

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

Shades of Heliotrope #D48BFE

Tints of Heliotrope #D48BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.98%

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

R = 35.04%
G = 22.98%
B = 41.98%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D48BFE (or 0xD48BFE) is known color: Heliotrope. HEX triplet: D4, 8B and FE. RGB value is (212,139,254). Sum of RGB (Red+Green+Blue) = 212+139+254=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 139 (54.69% from 255 or 22.98% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #D48BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48BFE is #2B7401. Grayscale: #ADADAD. Windows color (decimal): -2847746 or 16681940. OLE color: 16681940.

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

Color convert

RGB 212 139 254 -
CMYK 0.17 0.45 0 0.00
HSL 278.09º 0.98% 0.77% -
HSV(B) 278.09º 0.45% 1% -
XYZ 54.27 39.62 98.55 -
YUV 173.94 173.18 155.15 -
System Red Green Blue C M Y K H S L
Decimal 212 139 254 0.17 0.45 0 0.00 278.09 0.98 0.77
Hex D4 8B FE 11 2D 0 0 116 62 4D
Octal 324 213 376 21 55 0 0 426 142 115
Binary 11010100 10001011 11111110 10001 101101 0 0 100010110 1100010 1001101

Color Harmonies of #D48BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48BFE

Black with #D48BFE

Text Example


Text Example

White with #D48BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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