Html Css Color HEX #DC70E0 Orchid

📋 copy color: '#DC70E0'

red 220 ◦ green 112 ◦ blue 224

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

Shades of Orchid #DC70E0

Tints of Orchid #DC70E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.29%

R = 39.57%
G = 20.14%
B = 40.29%

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

#DC70E0 (or 0xDC70E0) is known color: Orchid. HEX triplet: DC, 70 and E0. RGB value is (220,112,224). Sum of RGB (Red+Green+Blue) = 220+112+224=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC70E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70E0 is #238F1F. Grayscale: #9C9C9C. Windows color (decimal): -2330400 or 14708956. OLE color: 14708956.

HSL color Cylindrical-coordinate representation of color #DC70E0: hue angle of 297.86º degrees, saturation: 0.64, 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 #DC70E0 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 112 224 -
CMYK 0.02 0.50 0 0.12
HSL 297.86º 0.64% 0.66% -
HSV(B) 297.86º 0.5% 0.88% -
XYZ 48.76 32.19 74.16 -
YUV 157.06 165.78 172.89 -
System Red Green Blue C M Y K H S L
Decimal 220 112 224 0.02 0.50 0 0.12 297.86 0.64 0.66
Hex DC 70 E0 2 32 0 C 12A 40 42
Octal 334 160 340 2 62 0 14 452 100 102
Binary 11011100 1110000 11100000 10 110010 0 1100 100101010 1000000 1000010

Color Harmonies of #DC70E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC70E0

Black with #DC70E0

Text Example


Text Example

White with #DC70E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC70E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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