#D070C1

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

Shades of Orchid #D070C1

Tints of Orchid #D070C1

Color information

#D070C1 (or 0xD070C1) is unknown color: approx Orchid. HEX triplet: D0, 70 and C1. RGB value is (208,112,193). Sum of RGB (Red+Green+Blue) = 208+112+193=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D070C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070C1 is #2F8F3E. Grayscale: #959595. Windows color (decimal): -3116863 or 12677328. OLE color: 12677328.

HSL color Cylindrical-coordinate representation of color #D070C1: hue angle of 309.38º 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 #D070C1 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB208112193-
CMYK00.460.070.18
HSL309.38º50.53%62.75%-
HSV(B)309.38º46.15%81.57%-
XYZ41.4328.8553.84-
YUV149.94152.3169.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 112 (44.14% from 255) = 21.83%
BLUE value IS 193 (75.78% from 255) = 37.62%
R=40.55%
G=21.83%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811219300.460.070.18309.3850.5362.75
HexD070C102E712135333f
Octal3201603010567224656377
Binary11010000111000011000001010111011110010100110101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D070C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D070C1; }

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

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

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

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

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

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

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

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