Html Css Color HEX #DC8DFD Heliotrope

📋 copy color: '#DC8DFD'

red 220 ◦ green 141 ◦ blue 253

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

Shades of Heliotrope #DC8DFD

Tints of Heliotrope #DC8DFD

RGB

 RED value IS 220 (86.33% from 255) = 35.83%

 GREEN value IS 141 (55.47% from 255) = 22.96%

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

R = 35.83%
G = 22.96%
B = 41.21%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC8DFD (or 0xDC8DFD) is known color: Heliotrope. HEX triplet: DC, 8D and FD. RGB value is (220,141,253). Sum of RGB (Red+Green+Blue) = 220+141+253=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 141 (55.47% from 255 or 22.96% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC8DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8DFD is #237202. Grayscale: #B1B1B1. Windows color (decimal): -2322947 or 16616924. OLE color: 16616924.

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

Color convert

RGB 220 141 253 -
CMYK 0.13 0.44 0 0.01
HSL 282.32º 0.97% 0.77% -
HSV(B) 282.32º 0.44% 0.99% -
XYZ 56.77 41.36 97.92 -
YUV 177.39 170.67 158.39 -
System Red Green Blue C M Y K H S L
Decimal 220 141 253 0.13 0.44 0 0.01 282.32 0.97 0.77
Hex DC 8D FD D 2C 0 1 11A 61 4D
Octal 334 215 375 15 54 0 1 432 141 115
Binary 11011100 10001101 11111101 1101 101100 0 1 100011010 1100001 1001101

Color Harmonies of #DC8DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8DFD

Black with #DC8DFD

Text Example


Text Example

White with #DC8DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8DFD; }

 p { color: rgb(220,141,253); }

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

background-color css

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

 a { background-color: rgb(220,141,253); }

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

border-color css

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

 span { border-color: rgb(220,141,253); }

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