Html Css Color HEX #D38CFC Heliotrope

📋 copy color: '#D38CFC'

red 211 ◦ green 140 ◦ blue 252

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

Shades of Heliotrope #D38CFC

Tints of Heliotrope #D38CFC

RGB

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

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

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

R = 34.99%
G = 23.22%
B = 41.79%

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

#D38CFC (or 0xD38CFC) is known color: Heliotrope. HEX triplet: D3, 8C and FC. RGB value is (211,140,252). Sum of RGB (Red+Green+Blue) = 211+140+252=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 140 (55.08% from 255 or 23.22% 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 #D38CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38CFC is #2C7303. Grayscale: #ADADAD. Windows color (decimal): -2913028 or 16551123. OLE color: 16551123.

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

Color convert

RGB 211 140 252 -
CMYK 0.16 0.44 0 0.01
HSL 278.04º 0.95% 0.77% -
HSV(B) 278.04º 0.44% 0.99% -
XYZ 53.81 39.63 96.91 -
YUV 174 172.02 154.39 -
System Red Green Blue C M Y K H S L
Decimal 211 140 252 0.16 0.44 0 0.01 278.04 0.95 0.77
Hex D3 8C FC 10 2C 0 1 116 5F 4D
Octal 323 214 374 20 54 0 1 426 137 115
Binary 11010011 10001100 11111100 10000 101100 0 1 100010110 1011111 1001101

Color Harmonies of #D38CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38CFC

Black with #D38CFC

Text Example


Text Example

White with #D38CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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