#D273CE

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

Shades of Orchid #D273CE

Tints of Orchid #D273CE

Color information

#D273CE (or 0xD273CE) is unknown color: approx Orchid. HEX triplet: D2, 73 and CE. RGB value is (210,115,206). Sum of RGB (Red+Green+Blue) = 210+115+206=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D273CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273CE is #2D8C31. Grayscale: #999999. Windows color (decimal): -2985010 or 13530066. OLE color: 13530066.

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

Color convert

RGB210115206-
CMYK00.450.020.18
HSL302.53º51.35%63.73%-
HSV(B)302.53º45.24%82.35%-
XYZ43.8530.4261.95-
YUV153.78157.47168.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.55%
GREEN value IS 115 (45.31% from 255) = 21.66%
BLUE value IS 206 (80.86% from 255) = 38.79%
R=39.55%
G=21.66%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011520600.450.020.18302.5351.3563.73
HexD273CE02D21212f3340
Octal32216331605522245763100
Binary11010010111001111001110010110110100101001011111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D273CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D273CE; }

 p { color: rgb(210,115,206); }

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

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

 a { background-color: rgb(210,115,206); }

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

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

 span { border-color: rgb(210,115,206); }

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