#D26CB7

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

Shades of Orchid #D26CB7

Tints of Orchid #D26CB7

Color information

#D26CB7 (or 0xD26CB7) is unknown color: approx Orchid. HEX triplet: D2, 6C and B7. RGB value is (210,108,183). Sum of RGB (Red+Green+Blue) = 210+108+183=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D26CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CB7 is #2D9348. Grayscale: #929292. Windows color (decimal): -2986825 or 12020946. OLE color: 12020946.

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

Color convert

RGB210108183-
CMYK00.490.130.18
HSL315.88º53.12%62.35%-
HSV(B)315.88º48.57%82.35%-
XYZ40.4927.8548.04-
YUV147.05148.29172.9-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.92%
GREEN value IS 108 (42.58% from 255) = 21.56%
BLUE value IS 183 (71.88% from 255) = 36.53%
R=41.92%
G=21.56%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010818300.490.130.18315.8853.1262.35
HexD26CB7031D1213c353e
Octal32215426706115224746576
Binary110100101101100101101110110001110110010100111100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26CB7; }

 p { color: rgb(210,108,183); }

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

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

 a { background-color: rgb(210,108,183); }

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

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

 span { border-color: rgb(210,108,183); }

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