Html Css Color HEX #DC85F0 Heliotrope

📋 copy color: '#DC85F0'

red 220 ◦ green 133 ◦ blue 240

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

Shades of Heliotrope #DC85F0

Tints of Heliotrope #DC85F0

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.43%

 BLUE value IS 240 (94.14% from 255) = 40.47%

R = 37.1%
G = 22.43%
B = 40.47%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC85F0 (or 0xDC85F0) is known color: Heliotrope. HEX triplet: DC, 85 and F0. RGB value is (220,133,240). Sum of RGB (Red+Green+Blue) = 220+133+240=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 133 (52.34% from 255 or 22.43% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC85F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC85F0 is #237A0F. Grayscale: #AAAAAA. Windows color (decimal): -2325008 or 15762908. OLE color: 15762908.

HSL color Cylindrical-coordinate representation of color #DC85F0: hue angle of 288.79º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC85F0 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 133 240 -
CMYK 0.08 0.45 0 0.06
HSL 288.79º 0.78% 0.73% -
HSV(B) 288.79º 0.45% 0.94% -
XYZ 53.63 38.28 87 -
YUV 171.21 166.82 162.8 -
System Red Green Blue C M Y K H S L
Decimal 220 133 240 0.08 0.45 0 0.06 288.79 0.78 0.73
Hex DC 85 F0 8 2D 0 6 121 4E 49
Octal 334 205 360 10 55 0 6 441 116 111
Binary 11011100 10000101 11110000 1000 101101 0 110 100100001 1001110 1001001

Color Harmonies of #DC85F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC85F0

Black with #DC85F0

Text Example


Text Example

White with #DC85F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC85F0; }

 p { color: rgb(220,133,240); }

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

background-color css

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

 a { background-color: rgb(220,133,240); }

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

border-color css

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

 span { border-color: rgb(220,133,240); }

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