Html Css Color HEX #DC85FC Heliotrope

📋 copy color: '#DC85FC'

red 220 ◦ green 133 ◦ blue 252

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

Shades of Heliotrope #DC85FC

Tints of Heliotrope #DC85FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.65%

R = 36.36%
G = 21.98%
B = 41.65%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC85FC (or 0xDC85FC) is known color: Heliotrope. HEX triplet: DC, 85 and FC. RGB value is (220,133,252). Sum of RGB (Red+Green+Blue) = 220+133+252=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 133 (52.34% from 255 or 21.98% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC85FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC85FC is #237A03. Grayscale: #ACACAC. Windows color (decimal): -2324996 or 16549340. OLE color: 16549340.

HSL color Cylindrical-coordinate representation of color #DC85FC: hue angle of 283.87º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC85FC is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 133 252 -
CMYK 0.13 0.47 0 0.01
HSL 283.87º 0.95% 0.75% -
HSV(B) 283.87º 0.47% 0.99% -
XYZ 55.47 39.02 96.7 -
YUV 172.58 172.82 161.82 -
System Red Green Blue C M Y K H S L
Decimal 220 133 252 0.13 0.47 0 0.01 283.87 0.95 0.75
Hex DC 85 FC D 2F 0 1 11C 5F 4B
Octal 334 205 374 15 57 0 1 434 137 113
Binary 11011100 10000101 11111100 1101 101111 0 1 100011100 1011111 1001011

Color Harmonies of #DC85FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC85FC

Black with #DC85FC

Text Example


Text Example

White with #DC85FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC85FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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