#D075CC

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

Shades of Orchid #D075CC

Tints of Orchid #D075CC

Color information

#D075CC (or 0xD075CC) is unknown color: approx Orchid. HEX triplet: D0, 75 and CC. RGB value is (208,117,204). Sum of RGB (Red+Green+Blue) = 208+117+204=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D075CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D075CC is #2F8A33. Grayscale: #999999. Windows color (decimal): -3115572 or 13399504. OLE color: 13399504.

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

Color convert

RGB208117204-
CMYK00.440.020.18
HSL302.64º49.19%63.73%-
HSV(B)302.64º43.75%81.57%-
XYZ43.2730.4960.73-
YUV154.13156.15166.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.32%
GREEN value IS 117 (46.09% from 255) = 22.12%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=39.32%
G=22.12%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811720400.440.020.18302.6449.1963.73
HexD075CC02C21212f3140
Octal32016531405422245761100
Binary11010000111010111001100010110010100101001011111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D075CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D075CC; }

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

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

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

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

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

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

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

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