Html Css Color HEX #D38BFA Heliotrope

📋 copy color: '#D38BFA'

red 211 ◦ green 139 ◦ blue 250

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

Shades of Heliotrope #D38BFA

Tints of Heliotrope #D38BFA

RGB

 RED value IS 211 (82.81% from 255) = 35.17%

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

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

R = 35.17%
G = 23.17%
B = 41.67%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D38BFA (or 0xD38BFA) is known color: Heliotrope. HEX triplet: D3, 8B and FA. RGB value is (211,139,250). Sum of RGB (Red+Green+Blue) = 211+139+250=600 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.17% from 600); Green value is 139 (54.69% from 255 or 23.17% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #D38BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38BFA is #2C7405. Grayscale: #ACACAC. Windows color (decimal): -2913286 or 16419795. OLE color: 16419795.

HSL color Cylindrical-coordinate representation of color #D38BFA: hue angle of 278.92º 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 #D38BFA is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 139 250 -
CMYK 0.16 0.44 0 0.02
HSL 278.92º 0.92% 0.76% -
HSV(B) 278.92º 0.44% 0.98% -
XYZ 53.35 39.22 95.2 -
YUV 173.18 171.35 154.97 -
System Red Green Blue C M Y K H S L
Decimal 211 139 250 0.16 0.44 0 0.02 278.92 0.92 0.76
Hex D3 8B FA 10 2C 0 2 117 5C 4C
Octal 323 213 372 20 54 0 2 427 134 114
Binary 11010011 10001011 11111010 10000 101100 0 10 100010111 1011100 1001100

Color Harmonies of #D38BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38BFA

Black with #D38BFA

Text Example


Text Example

White with #D38BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38BFA; }

 p { color: rgb(211,139,250); }

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

background-color css

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

 a { background-color: rgb(211,139,250); }

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

border-color css

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

 span { border-color: rgb(211,139,250); }

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