Html Css Color HEX #D38EFD Heliotrope

📋 copy color: '#D38EFD'

red 211 ◦ green 142 ◦ blue 253

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

Shades of Heliotrope #D38EFD

Tints of Heliotrope #D38EFD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.43%

 BLUE value IS 253 (99.22% from 255) = 41.75%

R = 34.82%
G = 23.43%
B = 41.75%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D38EFD (or 0xD38EFD) is known color: Heliotrope. HEX triplet: D3, 8E and FD. RGB value is (211,142,253). Sum of RGB (Red+Green+Blue) = 211+142+253=606 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.82% from 606); Green value is 142 (55.86% from 255 or 23.43% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #D38EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38EFD is #2C7102. Grayscale: #AEAEAE. Windows color (decimal): -2912515 or 16617171. OLE color: 16617171.

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

Color convert

RGB 211 142 253 -
CMYK 0.17 0.44 0 0.01
HSL 277.3º 0.97% 0.77% -
HSV(B) 277.3º 0.44% 0.99% -
XYZ 54.27 40.29 97.84 -
YUV 175.29 171.86 153.47 -
System Red Green Blue C M Y K H S L
Decimal 211 142 253 0.17 0.44 0 0.01 277.3 0.97 0.77
Hex D3 8E FD 11 2C 0 1 115 61 4D
Octal 323 216 375 21 54 0 1 425 141 115
Binary 11010011 10001110 11111101 10001 101100 0 1 100010101 1100001 1001101

Color Harmonies of #D38EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38EFD

Black with #D38EFD

Text Example


Text Example

White with #D38EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38EFD; }

 p { color: rgb(211,142,253); }

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

background-color css

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

 a { background-color: rgb(211,142,253); }

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

border-color css

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

 span { border-color: rgb(211,142,253); }

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