#D275D0

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

Shades of Orchid #D275D0

Tints of Orchid #D275D0

Color information

#D275D0 (or 0xD275D0) is unknown color: approx Orchid. HEX triplet: D2, 75 and D0. RGB value is (210,117,208). Sum of RGB (Red+Green+Blue) = 210+117+208=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D275D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275D0 is #2D8A2F. Grayscale: #9A9A9A. Windows color (decimal): -2984496 or 13661650. OLE color: 13661650.

HSL color Cylindrical-coordinate representation of color #D275D0: hue angle of 301.29º degrees, saturation: 0.51, 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 #D275D0 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB210117208-
CMYK00.440.010.18
HSL301.29º50.82%64.12%-
HSV(B)301.29º44.29%82.35%-
XYZ44.3230.9863.32-
YUV155.18157.81167.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.25%
GREEN value IS 117 (46.09% from 255) = 21.87%
BLUE value IS 208 (81.64% from 255) = 38.88%
R=39.25%
G=21.87%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011720800.440.010.18301.2950.8264.12
HexD275D002C11212d3340
Octal32216532005412245563100
Binary1101001011101011101000001011001100101001011011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D275D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D275D0; }

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

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

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

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

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

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

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

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