#D07DC2

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

Shades of Orchid #D07DC2

Tints of Orchid #D07DC2

Color information

#D07DC2 (or 0xD07DC2) is unknown color: approx Orchid. HEX triplet: D0, 7D and C2. RGB value is (208,125,194). Sum of RGB (Red+Green+Blue) = 208+125+194=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DC2 is #2F823D. Grayscale: #9D9D9D. Windows color (decimal): -3113534 or 12746192. OLE color: 12746192.

HSL color Cylindrical-coordinate representation of color #D07DC2: hue angle of 310.12º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07DC2 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB208125194-
CMYK00.400.070.18
HSL310.12º46.89%65.29%-
HSV(B)310.12º39.9%81.57%-
XYZ43.0831.9754.94-
YUV157.68148.5163.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.47%
GREEN value IS 125 (49.22% from 255) = 23.72%
BLUE value IS 194 (76.17% from 255) = 36.81%
R=39.47%
G=23.72%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812519400.400.070.18310.1246.8965.29
HexD07DC20287121362f41
Octal32017530205072246657101
Binary110100001111101110000100101000111100101001101101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07DC2; }

 p { color: rgb(208,125,194); }

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

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

 a { background-color: rgb(208,125,194); }

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

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

 span { border-color: rgb(208,125,194); }

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