Html Css Color HEX #D38CFD Heliotrope

📋 copy color: '#D38CFD'

red 211 ◦ green 140 ◦ blue 253

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

Shades of Heliotrope #D38CFD

Tints of Heliotrope #D38CFD

RGB

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

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

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

R = 34.93%
G = 23.18%
B = 41.89%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D38CFD (or 0xD38CFD) is known color: Heliotrope. HEX triplet: D3, 8C and FD. RGB value is (211,140,253). Sum of RGB (Red+Green+Blue) = 211+140+253=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 140 (55.08% from 255 or 23.18% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #D38CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38CFD is #2C7302. Grayscale: #ADADAD. Windows color (decimal): -2913027 or 16616659. OLE color: 16616659.

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

Color convert

RGB 211 140 253 -
CMYK 0.17 0.45 0 0.01
HSL 277.7º 0.97% 0.77% -
HSV(B) 277.7º 0.45% 0.99% -
XYZ 53.97 39.7 97.75 -
YUV 174.11 172.52 154.31 -
System Red Green Blue C M Y K H S L
Decimal 211 140 253 0.17 0.45 0 0.01 277.7 0.97 0.77
Hex D3 8C FD 11 2D 0 1 116 61 4D
Octal 323 214 375 21 55 0 1 426 141 115
Binary 11010011 10001100 11111101 10001 101101 0 1 100010110 1100001 1001101

Color Harmonies of #D38CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38CFD

Black with #D38CFD

Text Example


Text Example

White with #D38CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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