#D07EC1

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

Shades of Orchid #D07EC1

Tints of Orchid #D07EC1

Color information

#D07EC1 (or 0xD07EC1) is unknown color: approx Orchid. HEX triplet: D0, 7E and C1. RGB value is (208,126,193). Sum of RGB (Red+Green+Blue) = 208+126+193=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D07EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07EC1 is #2F813E. Grayscale: #9D9D9D. Windows color (decimal): -3113279 or 12680912. OLE color: 12680912.

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

Color convert

RGB208126193-
CMYK00.390.070.18
HSL310.98º46.59%65.49%-
HSV(B)310.98º39.42%81.57%-
XYZ43.132.1854.39-
YUV158.16147.67163.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.47%
GREEN value IS 126 (49.61% from 255) = 23.91%
BLUE value IS 193 (75.78% from 255) = 36.62%
R=39.47%
G=23.91%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812619300.390.070.18310.9846.5965.49
HexD07EC10277121372f41
Octal32017630104772246757101
Binary110100001111110110000010100111111100101001101111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07EC1; }

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

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

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

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

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

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

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

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