#D275C0

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

Shades of Orchid #D275C0

Tints of Orchid #D275C0

Color information

#D275C0 (or 0xD275C0) is unknown color: approx Orchid. HEX triplet: D2, 75 and C0. RGB value is (210,117,192). Sum of RGB (Red+Green+Blue) = 210+117+192=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D275C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275C0 is #2D8A3F. Grayscale: #999999. Windows color (decimal): -2984512 or 12613074. OLE color: 12613074.

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

Color convert

RGB210117192-
CMYK00.440.090.18
HSL311.61º50.82%64.12%-
HSV(B)311.61º44.29%82.35%-
XYZ42.4530.2353.47-
YUV153.36149.81168.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.46%
GREEN value IS 117 (46.09% from 255) = 22.54%
BLUE value IS 192 (75.39% from 255) = 36.99%
R=40.46%
G=22.54%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011719200.440.090.18311.6150.8264.12
HexD275C002C9121383340
Octal322165300054112247063100
Binary1101001011101011100000001011001001100101001110001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D275C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D275C0; }

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

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

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

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

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

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

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

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