#D26DCE

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

Shades of Orchid #D26DCE

Tints of Orchid #D26DCE

Color information

#D26DCE (or 0xD26DCE) is unknown color: approx Orchid. HEX triplet: D2, 6D and CE. RGB value is (210,109,206). Sum of RGB (Red+Green+Blue) = 210+109+206=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D26DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26DCE is #2D9231. Grayscale: #959595. Windows color (decimal): -2986546 or 13528530. OLE color: 13528530.

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

Color convert

RGB210109206-
CMYK00.480.020.18
HSL302.38º52.88%62.55%-
HSV(B)302.38º48.1%82.35%-
XYZ43.1929.161.73-
YUV150.26159.46170.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40%
GREEN value IS 109 (42.97% from 255) = 20.76%
BLUE value IS 206 (80.86% from 255) = 39.24%
R=40%
G=20.76%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010920600.480.020.18302.3852.8862.55
HexD26DCE03021212e353f
Octal3221553160602224566577
Binary1101001011011011100111001100001010010100101110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26DCE; }

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

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

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

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

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

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

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

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