Html Css Color HEX #DC70E1 Orchid

📋 copy color: '#DC70E1'

red 220 ◦ green 112 ◦ blue 225

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

Shades of Orchid #DC70E1

Tints of Orchid #DC70E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.39%

R = 39.5%
G = 20.11%
B = 40.39%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DC70E1 (or 0xDC70E1) is known color: Orchid. HEX triplet: DC, 70 and E1. RGB value is (220,112,225). Sum of RGB (Red+Green+Blue) = 220+112+225=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC70E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70E1 is #238F1E. Grayscale: #9C9C9C. Windows color (decimal): -2330399 or 14774492. OLE color: 14774492.

HSL color Cylindrical-coordinate representation of color #DC70E1: hue angle of 297.35º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC70E1 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 112 225 -
CMYK 0.02 0.50 0 0.12
HSL 297.35º 0.65% 0.66% -
HSV(B) 297.35º 0.5% 0.88% -
XYZ 48.9 32.24 74.88 -
YUV 157.17 166.28 172.81 -
System Red Green Blue C M Y K H S L
Decimal 220 112 225 0.02 0.50 0 0.12 297.35 0.65 0.66
Hex DC 70 E1 2 32 0 C 129 41 42
Octal 334 160 341 2 62 0 14 451 101 102
Binary 11011100 1110000 11100001 10 110010 0 1100 100101001 1000001 1000010

Color Harmonies of #DC70E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC70E1

Black with #DC70E1

Text Example


Text Example

White with #DC70E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC70E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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