Html Css Color HEX #DC8DFA Heliotrope

📋 copy color: '#DC8DFA'

red 220 ◦ green 141 ◦ blue 250

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

Shades of Heliotrope #DC8DFA

Tints of Heliotrope #DC8DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.92%

R = 36.01%
G = 23.08%
B = 40.92%

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

#DC8DFA (or 0xDC8DFA) is known color: Heliotrope. HEX triplet: DC, 8D and FA. RGB value is (220,141,250). Sum of RGB (Red+Green+Blue) = 220+141+250=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 141 (55.47% from 255 or 23.08% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC8DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8DFA is #237205. Grayscale: #B0B0B0. Windows color (decimal): -2322950 or 16420316. OLE color: 16420316.

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

Color convert

RGB 220 141 250 -
CMYK 0.12 0.44 0 0.02
HSL 283.49º 0.92% 0.77% -
HSV(B) 283.49º 0.44% 0.98% -
XYZ 56.3 41.17 95.42 -
YUV 177.05 169.17 158.64 -
System Red Green Blue C M Y K H S L
Decimal 220 141 250 0.12 0.44 0 0.02 283.49 0.92 0.77
Hex DC 8D FA C 2C 0 2 11B 5C 4D
Octal 334 215 372 14 54 0 2 433 134 115
Binary 11011100 10001101 11111010 1100 101100 0 10 100011011 1011100 1001101

Color Harmonies of #DC8DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8DFA

Black with #DC8DFA

Text Example


Text Example

White with #DC8DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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