#d07ce0

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

Shades of Orchid #D07CE0

Tints of Orchid #D07CE0

Color information

#D07CE0 (or 0xD07CE0) is unknown color: approx Orchid. HEX triplet: D0, 7C and E0. RGB value is (208,124,224). Sum of RGB (Red+Green+Blue) = 208+124+224=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 124 (48.83% from 255 or 22.30% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: blue. Hex color #D07CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CE0 is #2F831F. Grayscale: #A0A0A0. Windows color (decimal): -3113760 or 14712016. OLE color: 14712016.

HSL color Cylindrical-coordinate representation of color #D07CE0: hue angle of 290.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D07CE0 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB208124224-
CMYK0.070.4500.12
HSL290.4º61.73%68.24%-
HSV(B)290.4º44.64%87.84%-
XYZ46.6733.2174.47-
YUV160.52163.83161.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.41%
GREEN value IS 124 (48.83% from 255) = 22.30%
BLUE value IS 224 (87.89% from 255) = 40.29%
R=37.41%
G=22.30%
B=40.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2081242240.070.4500.12290.461.7368.24
HexD07CE072D0C1223e44
Octal32017434075501444276104
Binary11010000111110011100000111101101011001001000101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d07ce0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d07ce0; }

 p { color: rgb(208,124,224); }

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

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

 a { background-color: rgb(208,124,224); }

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

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

 span { border-color: rgb(208,124,224); }

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