#DC70CE

Color #DC70CE Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #DC70CE

Tints of Orchid #DC70CE

Color information

#DC70CE (or 0xDC70CE) is unknown color: approx Orchid. HEX triplet: DC, 70 and CE. RGB value is (220,112,206). Sum of RGB (Red+Green+Blue) = 220+112+206=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70CE is #238F31. Grayscale: #9A9A9A. Windows color (decimal): -2330418 or 13529308. OLE color: 13529308.

HSL color Cylindrical-coordinate representation of color #DC70CE: hue angle of 307.78º 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 #DC70CE is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB220112206-
CMYK00.490.060.14
HSL307.78º60.67%65.1%-
HSV(B)307.78º49.09%86.27%-
XYZ46.4531.2661.98-
YUV155.01156.78174.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 112 (44.14% from 255) = 20.82%
BLUE value IS 206 (80.86% from 255) = 38.29%
R=40.89%
G=20.82%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011220600.490.060.14307.7860.6765.1
HexDC70CE0316E1343d41
Octal33416031606161646475101
Binary11011100111000011001110011000111011101001101001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC70CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC70CE; }

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

 H1.HeaderClassName
 {
   color: #DC70CE;
 }
 .AnyTagClassName
 {
   color: #DC70CE;
 }
</style>
background-color css

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

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

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

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

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

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