Html Css Color HEX #D38EFC Heliotrope

📋 copy color: '#D38EFC'

red 211 ◦ green 142 ◦ blue 252

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

Shades of Heliotrope #D38EFC

Tints of Heliotrope #D38EFC

RGB

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

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

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

R = 34.88%
G = 23.47%
B = 41.65%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D38EFC (or 0xD38EFC) is known color: Heliotrope. HEX triplet: D3, 8E and FC. RGB value is (211,142,252). Sum of RGB (Red+Green+Blue) = 211+142+252=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 142 (55.86% from 255 or 23.47% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #D38EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38EFC is #2C7103. Grayscale: #AEAEAE. Windows color (decimal): -2912516 or 16551635. OLE color: 16551635.

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

Color convert

RGB 211 142 252 -
CMYK 0.16 0.44 0 0.01
HSL 277.64º 0.95% 0.77% -
HSV(B) 277.64º 0.44% 0.99% -
XYZ 54.11 40.22 97.01 -
YUV 175.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 211 142 252 0.16 0.44 0 0.01 277.64 0.95 0.77
Hex D3 8E FC 10 2C 0 1 116 5F 4D
Octal 323 216 374 20 54 0 1 426 137 115
Binary 11010011 10001110 11111100 10000 101100 0 1 100010110 1011111 1001101

Color Harmonies of #D38EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38EFC

Black with #D38EFC

Text Example


Text Example

White with #D38EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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