Html Css Color HEX #DC70FC Heliotrope

📋 copy color: '#DC70FC'

red 220 ◦ green 112 ◦ blue 252

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

Shades of Heliotrope #DC70FC

Tints of Heliotrope #DC70FC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.18%

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

R = 37.67%
G = 19.18%
B = 43.15%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC70FC (or 0xDC70FC) is known color: Heliotrope. HEX triplet: DC, 70 and FC. RGB value is (220,112,252). Sum of RGB (Red+Green+Blue) = 220+112+252=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 112 (44.14% from 255 or 19.18% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC70FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC70FC is #238F03. Grayscale: #9F9F9F. Windows color (decimal): -2330372 or 16543964. OLE color: 16543964.

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

Color convert

RGB 220 112 252 -
CMYK 0.13 0.56 0 0.01
HSL 286.29º 0.96% 0.71% -
HSV(B) 286.29º 0.56% 0.99% -
XYZ 52.88 33.83 95.84 -
YUV 160.25 179.78 170.62 -
System Red Green Blue C M Y K H S L
Decimal 220 112 252 0.13 0.56 0 0.01 286.29 0.96 0.71
Hex DC 70 FC D 38 0 1 11E 60 47
Octal 334 160 374 15 70 0 1 436 140 107
Binary 11011100 1110000 11111100 1101 111000 0 1 100011110 1100000 1000111

Color Harmonies of #DC70FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC70FC

Black with #DC70FC

Text Example


Text Example

White with #DC70FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC70FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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