Html Css Color HEX #D48CFA Heliotrope

📋 copy color: '#D48CFA'

red 212 ◦ green 140 ◦ blue 250

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

Shades of Heliotrope #D48CFA

Tints of Heliotrope #D48CFA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.26%

 BLUE value IS 250 (98.05% from 255) = 41.53%

R = 35.22%
G = 23.26%
B = 41.53%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D48CFA (or 0xD48CFA) is known color: Heliotrope. HEX triplet: D4, 8C and FA. RGB value is (212,140,250). Sum of RGB (Red+Green+Blue) = 212+140+250=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 140 (55.08% from 255 or 23.26% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #D48CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48CFA is #2B7305. Grayscale: #ADADAD. Windows color (decimal): -2847494 or 16420052. OLE color: 16420052.

HSL color Cylindrical-coordinate representation of color #D48CFA: hue angle of 279.27º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D48CFA is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 140 250 -
CMYK 0.15 0.44 0 0.02
HSL 279.27º 0.92% 0.76% -
HSV(B) 279.27º 0.44% 0.98% -
XYZ 53.78 39.66 95.26 -
YUV 174.07 170.85 155.06 -
System Red Green Blue C M Y K H S L
Decimal 212 140 250 0.15 0.44 0 0.02 279.27 0.92 0.76
Hex D4 8C FA F 2C 0 2 117 5C 4C
Octal 324 214 372 17 54 0 2 427 134 114
Binary 11010100 10001100 11111010 1111 101100 0 10 100010111 1011100 1001100

Color Harmonies of #D48CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48CFA

Black with #D48CFA

Text Example


Text Example

White with #D48CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48CFA; }

 p { color: rgb(212,140,250); }

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

background-color css

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

 a { background-color: rgb(212,140,250); }

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

border-color css

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

 span { border-color: rgb(212,140,250); }

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