#D07EC4

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

Shades of Orchid #D07EC4

Tints of Orchid #D07EC4

Color information

#D07EC4 (or 0xD07EC4) is unknown color: approx Orchid. HEX triplet: D0, 7E and C4. RGB value is (208,126,196). Sum of RGB (Red+Green+Blue) = 208+126+196=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D07EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07EC4 is #2F813B. Grayscale: #9E9E9E. Windows color (decimal): -3113276 or 12877520. OLE color: 12877520.

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

Color convert

RGB208126196-
CMYK00.390.060.18
HSL308.78º46.59%65.49%-
HSV(B)308.78º39.42%81.57%-
XYZ43.4432.3256.17-
YUV158.5149.17163.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.25%
GREEN value IS 126 (49.61% from 255) = 23.77%
BLUE value IS 196 (76.95% from 255) = 36.98%
R=39.25%
G=23.77%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812619600.390.060.18308.7846.5965.49
HexD07EC40276121352f41
Octal32017630404762246557101
Binary110100001111110110001000100111110100101001101011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07EC4; }

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

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

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

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

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

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

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

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