#D070C5

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

Shades of Orchid #D070C5

Tints of Orchid #D070C5

Color information

#D070C5 (or 0xD070C5) is unknown color: approx Orchid. HEX triplet: D0, 70 and C5. RGB value is (208,112,197). Sum of RGB (Red+Green+Blue) = 208+112+197=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D070C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070C5 is #2F8F3A. Grayscale: #969696. Windows color (decimal): -3116859 or 12939472. OLE color: 12939472.

HSL color Cylindrical-coordinate representation of color #D070C5: hue angle of 306.88º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D070C5 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB208112197-
CMYK00.460.050.18
HSL306.88º50.53%62.75%-
HSV(B)306.88º46.15%81.57%-
XYZ41.8829.0356.22-
YUV150.39154.3169.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.23%
GREEN value IS 112 (44.14% from 255) = 21.66%
BLUE value IS 197 (77.34% from 255) = 38.10%
R=40.23%
G=21.66%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811219700.460.050.18306.8850.5362.75
HexD070C502E512133333f
Octal3201603050565224636377
Binary11010000111000011000101010111010110010100110011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D070C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D070C5; }

 p { color: rgb(208,112,197); }

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

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

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

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

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

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

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