Html Css Color HEX #DC8DFB Heliotrope

📋 copy color: '#DC8DFB'

red 220 ◦ green 141 ◦ blue 251

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

Shades of Heliotrope #DC8DFB

Tints of Heliotrope #DC8DFB

RGB

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

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

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

R = 35.95%
G = 23.04%
B = 41.01%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC8DFB (or 0xDC8DFB) is known color: Heliotrope. HEX triplet: DC, 8D and FB. RGB value is (220,141,251). Sum of RGB (Red+Green+Blue) = 220+141+251=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 141 (55.47% from 255 or 23.04% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC8DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8DFB is #237204. Grayscale: #B0B0B0. Windows color (decimal): -2322949 or 16485852. OLE color: 16485852.

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

Color convert

RGB 220 141 251 -
CMYK 0.12 0.44 0 0.02
HSL 283.09º 0.93% 0.77% -
HSV(B) 283.09º 0.44% 0.98% -
XYZ 56.45 41.23 96.25 -
YUV 177.16 169.67 158.56 -
System Red Green Blue C M Y K H S L
Decimal 220 141 251 0.12 0.44 0 0.02 283.09 0.93 0.77
Hex DC 8D FB C 2C 0 2 11B 5D 4D
Octal 334 215 373 14 54 0 2 433 135 115
Binary 11011100 10001101 11111011 1100 101100 0 10 100011011 1011101 1001101

Color Harmonies of #DC8DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8DFB

Black with #DC8DFB

Text Example


Text Example

White with #DC8DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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