Html Css Color HEX #DC85FF Heliotrope

📋 copy color: '#DC85FF'

red 220 ◦ green 133 ◦ blue 255

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

Shades of Heliotrope #DC85FF

Tints of Heliotrope #DC85FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.94%

R = 36.18%
G = 21.88%
B = 41.94%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DC85FF (or 0xDC85FF) is known color: Heliotrope. HEX triplet: DC, 85 and FF. RGB value is (220,133,255). Sum of RGB (Red+Green+Blue) = 220+133+255=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 133 (52.34% from 255 or 21.88% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC85FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC85FF is #237A00. Grayscale: #ACACAC. Windows color (decimal): -2324993 or 16745948. OLE color: 16745948.

HSL color Cylindrical-coordinate representation of color #DC85FF: hue angle of 282.79º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC85FF is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 220 133 255 -
CMYK 0.14 0.48 0 0
HSL 282.79º 1% 0.76% -
HSV(B) 282.79º 0.48% 1% -
XYZ 55.95 39.21 99.23 -
YUV 172.92 174.32 161.58 -
System Red Green Blue C M Y K H S L
Decimal 220 133 255 0.14 0.48 0 0 282.79 1 0.76
Hex DC 85 FF E 30 0 0 11B 64 4C
Octal 334 205 377 16 60 0 0 433 144 114
Binary 11011100 10000101 11111111 1110 110000 0 0 100011011 1100100 1001100

Color Harmonies of #DC85FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC85FF

Black with #DC85FF

Text Example


Text Example

White with #DC85FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC85FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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