Html Css Color HEX #DC85FA Heliotrope

📋 copy color: '#DC85FA'

red 220 ◦ green 133 ◦ blue 250

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

Shades of Heliotrope #DC85FA

Tints of Heliotrope #DC85FA

RGB

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

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

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

R = 36.48%
G = 22.06%
B = 41.46%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC85FA (or 0xDC85FA) is known color: Heliotrope. HEX triplet: DC, 85 and FA. RGB value is (220,133,250). Sum of RGB (Red+Green+Blue) = 220+133+250=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 133 (52.34% from 255 or 22.06% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC85FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC85FA is #237A05. Grayscale: #ABABAB. Windows color (decimal): -2324998 or 16418268. OLE color: 16418268.

HSL color Cylindrical-coordinate representation of color #DC85FA: hue angle of 284.62º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC85FA is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 133 250 -
CMYK 0.12 0.47 0 0.02
HSL 284.62º 0.92% 0.75% -
HSV(B) 284.62º 0.47% 0.98% -
XYZ 55.16 38.89 95.04 -
YUV 172.35 171.82 161.99 -
System Red Green Blue C M Y K H S L
Decimal 220 133 250 0.12 0.47 0 0.02 284.62 0.92 0.75
Hex DC 85 FA C 2F 0 2 11D 5C 4B
Octal 334 205 372 14 57 0 2 435 134 113
Binary 11011100 10000101 11111010 1100 101111 0 10 100011101 1011100 1001011

Color Harmonies of #DC85FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC85FA

Black with #DC85FA

Text Example


Text Example

White with #DC85FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC85FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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