#D27BD6

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

Shades of Orchid #D27BD6

Tints of Orchid #D27BD6

Color information

#D27BD6 (or 0xD27BD6) is unknown color: approx Orchid. HEX triplet: D2, 7B and D6. RGB value is (210,123,214). Sum of RGB (Red+Green+Blue) = 210+123+214=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 214 - color contains mainly: blue. Hex color #D27BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27BD6 is #2D8429. Grayscale: #9F9F9F. Windows color (decimal): -2982954 or 14056402. OLE color: 14056402.

HSL color Cylindrical-coordinate representation of color #D27BD6: hue angle of 297.36º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D27BD6 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210123214-
CMYK0.020.4300.16
HSL297.36º52.6%66.08%-
HSV(B)297.36º42.52%83.92%-
XYZ45.832.7267.52-
YUV159.39158.82164.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.39%
GREEN value IS 123 (48.44% from 255) = 22.49%
BLUE value IS 214 (83.98% from 255) = 39.12%
R=38.39%
G=22.49%
B=39.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101232140.020.4300.16297.3652.666.08
HexD27BD622B0101293542
Octal32217332625302045165102
Binary11010010111101111010110101010110100001001010011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27BD6; }

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

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

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

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

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

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

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

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