Html Css Color HEX #DC70DC Orchid

📋 copy color: '#DC70DC'

red 220 ◦ green 112 ◦ blue 220

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

Shades of Orchid #DC70DC

Tints of Orchid #DC70DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.86%

R = 39.86%
G = 20.29%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC70DC (or 0xDC70DC) is known color: Orchid. HEX triplet: DC, 70 and DC. RGB value is (220,112,220). Sum of RGB (Red+Green+Blue) = 220+112+220=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC70DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70DC is #238F23. Grayscale: #9C9C9C. Windows color (decimal): -2330404 or 14446812. OLE color: 14446812.

HSL color Cylindrical-coordinate representation of color #DC70DC: hue angle of 300º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC70DC is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 112 220 -
CMYK 0 0.49 0 0.14
HSL 300º 0.61% 0.65% -
HSV(B) 300º 0.49% 0.86% -
XYZ 48.23 31.97 71.34 -
YUV 156.6 163.78 173.22 -
System Red Green Blue C M Y K H S L
Decimal 220 112 220 0 0.49 0 0.14 300 0.61 0.65
Hex DC 70 DC 0 31 0 E 12C 3D 41
Octal 334 160 334 0 61 0 16 454 75 101
Binary 11011100 1110000 11011100 0 110001 0 1110 100101100 111101 1000001

Color Harmonies of #DC70DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC70DC

Black with #DC70DC

Text Example


Text Example

White with #DC70DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC70DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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