#D26BBD

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

Shades of Orchid #D26BBD

Tints of Orchid #D26BBD

Color information

#D26BBD (or 0xD26BBD) is unknown color: approx Orchid. HEX triplet: D2, 6B and BD. RGB value is (210,107,189). Sum of RGB (Red+Green+Blue) = 210+107+189=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D26BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26BBD is #2D9442. Grayscale: #929292. Windows color (decimal): -2987075 or 12413906. OLE color: 12413906.

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

Color convert

RGB210107189-
CMYK00.490.100.18
HSL312.23º53.37%62.16%-
HSV(B)312.23º49.05%82.35%-
XYZ41.0227.8951.37-
YUV147.14151.62172.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.50%
GREEN value IS 107 (42.19% from 255) = 21.15%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=41.50%
G=21.15%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010718900.490.100.18312.2353.3762.16
HexD26BBD031A12138353e
Octal32215327506112224706576
Binary110100101101011101111010110001101010010100111000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26BBD; }

 p { color: rgb(210,107,189); }

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

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

 a { background-color: rgb(210,107,189); }

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

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

 span { border-color: rgb(210,107,189); }

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