Html Css Color HEX #D38CFB Heliotrope

📋 copy color: '#D38CFB'

red 211 ◦ green 140 ◦ blue 251

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

Shades of Heliotrope #D38CFB

Tints of Heliotrope #D38CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.69%

R = 35.05%
G = 23.26%
B = 41.69%

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

#D38CFB (or 0xD38CFB) is known color: Heliotrope. HEX triplet: D3, 8C and FB. RGB value is (211,140,251). Sum of RGB (Red+Green+Blue) = 211+140+251=602 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.05% from 602); Green value is 140 (55.08% from 255 or 23.26% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #D38CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38CFB is #2C7304. Grayscale: #ADADAD. Windows color (decimal): -2913029 or 16485587. OLE color: 16485587.

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

Color convert

RGB 211 140 251 -
CMYK 0.16 0.44 0 0.02
HSL 278.38º 0.93% 0.77% -
HSV(B) 278.38º 0.44% 0.98% -
XYZ 53.65 39.57 96.08 -
YUV 173.88 171.52 154.47 -
System Red Green Blue C M Y K H S L
Decimal 211 140 251 0.16 0.44 0 0.02 278.38 0.93 0.77
Hex D3 8C FB 10 2C 0 2 116 5D 4D
Octal 323 214 373 20 54 0 2 426 135 115
Binary 11010011 10001100 11111011 10000 101100 0 10 100010110 1011101 1001101

Color Harmonies of #D38CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38CFB

Black with #D38CFB

Text Example


Text Example

White with #D38CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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