#D075D7

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

Shades of Orchid #D075D7

Tints of Orchid #D075D7

Color information

#D075D7 (or 0xD075D7) is unknown color: approx Orchid. HEX triplet: D0, 75 and D7. RGB value is (208,117,215). Sum of RGB (Red+Green+Blue) = 208+117+215=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 215 (84.38% from 255 or 39.81% from 540); Max value from RGB is 215 - color contains mainly: blue. Hex color #D075D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D075D7 is #2F8A28. Grayscale: #9B9B9B. Windows color (decimal): -3115561 or 14120400. OLE color: 14120400.

HSL color Cylindrical-coordinate representation of color #D075D7: hue angle of 295.71º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D075D7 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB208117215-
CMYK0.030.4600.16
HSL295.71º55.06%65.1%-
HSV(B)295.71º45.58%84.31%-
XYZ44.6431.0467.93-
YUV155.38161.65165.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.52%
GREEN value IS 117 (46.09% from 255) = 21.67%
BLUE value IS 215 (84.38% from 255) = 39.81%
R=38.52%
G=21.67%
B=39.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081172150.030.4600.16295.7155.0665.1
HexD075D732E0101283741
Octal32016532735602045067101
Binary11010000111010111010111111011100100001001010001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D075D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D075D7; }

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

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

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

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

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

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

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

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