Html Css Color HEX #DC70FF Heliotrope

📋 copy color: '#DC70FF'

red 220 ◦ green 112 ◦ blue 255

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

Shades of Heliotrope #DC70FF

Tints of Heliotrope #DC70FF

RGB

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

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

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

R = 37.48%
G = 19.08%
B = 43.44%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DC70FF (or 0xDC70FF) is known color: Heliotrope. HEX triplet: DC, 70 and FF. RGB value is (220,112,255). Sum of RGB (Red+Green+Blue) = 220+112+255=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 112 (44.14% from 255 or 19.08% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC70FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC70FF is #238F00. Grayscale: #A0A0A0. Windows color (decimal): -2330369 or 16740572. OLE color: 16740572.

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

Color convert

RGB 220 112 255 -
CMYK 0.14 0.56 0 0
HSL 285.31º 1% 0.72% -
HSV(B) 285.31º 0.56% 1% -
XYZ 53.36 34.02 98.36 -
YUV 160.59 181.28 170.37 -
System Red Green Blue C M Y K H S L
Decimal 220 112 255 0.14 0.56 0 0 285.31 1 0.72
Hex DC 70 FF E 38 0 0 11D 64 48
Octal 334 160 377 16 70 0 0 435 144 110
Binary 11011100 1110000 11111111 1110 111000 0 0 100011101 1100100 1001000

Color Harmonies of #DC70FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC70FF

Black with #DC70FF

Text Example


Text Example

White with #DC70FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC70FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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