#D07ACC

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

Shades of Orchid #D07ACC

Tints of Orchid #D07ACC

Color information

#D07ACC (or 0xD07ACC) is unknown color: approx Orchid. HEX triplet: D0, 7A and CC. RGB value is (208,122,204). Sum of RGB (Red+Green+Blue) = 208+122+204=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D07ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ACC is #2F8533. Grayscale: #9C9C9C. Windows color (decimal): -3114292 or 13400784. OLE color: 13400784.

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

Color convert

RGB208122204-
CMYK00.410.020.18
HSL302.79º47.78%64.71%-
HSV(B)302.79º41.35%81.57%-
XYZ43.8731.6960.93-
YUV157.06154.49164.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.95%
GREEN value IS 122 (48.05% from 255) = 22.85%
BLUE value IS 204 (80.08% from 255) = 38.20%
R=38.95%
G=22.85%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812220400.410.020.18302.7947.7864.71
HexD07ACC02921212f3041
Octal32017231405122245760101
Binary11010000111101011001100010100110100101001011111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07ACC; }

 p { color: rgb(208,122,204); }

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

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

 a { background-color: rgb(208,122,204); }

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

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

 span { border-color: rgb(208,122,204); }

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