#D27BCC

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

Shades of Orchid #D27BCC

Tints of Orchid #D27BCC

Color information

#D27BCC (or 0xD27BCC) is unknown color: approx Orchid. HEX triplet: D2, 7B and CC. RGB value is (210,123,204). Sum of RGB (Red+Green+Blue) = 210+123+204=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D27BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27BCC is #2D8433. Grayscale: #9E9E9E. Windows color (decimal): -2982964 or 13401042. OLE color: 13401042.

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

Color convert

RGB210123204-
CMYK00.410.030.18
HSL304.14º49.15%65.29%-
HSV(B)304.14º41.43%82.35%-
XYZ44.5632.2361-
YUV158.25153.82164.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.11%
GREEN value IS 123 (48.44% from 255) = 22.91%
BLUE value IS 204 (80.08% from 255) = 37.99%
R=39.11%
G=22.91%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012320400.410.030.18304.1449.1565.29
HexD27BCC0293121303141
Octal32217331405132246061101
Binary11010010111101111001100010100111100101001100001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27BCC; }

 p { color: rgb(210,123,204); }

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

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

 a { background-color: rgb(210,123,204); }

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

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

 span { border-color: rgb(210,123,204); }

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