Html Css Color HEX #D48BFC Heliotrope

📋 copy color: '#D48BFC'

red 212 ◦ green 139 ◦ blue 252

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

Shades of Heliotrope #D48BFC

Tints of Heliotrope #D48BFC

RGB

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

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

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

R = 35.16%
G = 23.05%
B = 41.79%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D48BFC (or 0xD48BFC) is known color: Heliotrope. HEX triplet: D4, 8B and FC. RGB value is (212,139,252). Sum of RGB (Red+Green+Blue) = 212+139+252=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 139 (54.69% from 255 or 23.05% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #D48BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48BFC is #2B7403. Grayscale: #ADADAD. Windows color (decimal): -2847748 or 16550868. OLE color: 16550868.

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

Color convert

RGB 212 139 252 -
CMYK 0.16 0.45 0 0.01
HSL 278.76º 0.95% 0.77% -
HSV(B) 278.76º 0.45% 0.99% -
XYZ 53.95 39.49 96.87 -
YUV 173.71 172.18 155.31 -
System Red Green Blue C M Y K H S L
Decimal 212 139 252 0.16 0.45 0 0.01 278.76 0.95 0.77
Hex D4 8B FC 10 2D 0 1 117 5F 4D
Octal 324 213 374 20 55 0 1 427 137 115
Binary 11010100 10001011 11111100 10000 101101 0 1 100010111 1011111 1001101

Color Harmonies of #D48BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48BFC

Black with #D48BFC

Text Example


Text Example

White with #D48BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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