#D26DCF

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

Shades of Orchid #D26DCF

Tints of Orchid #D26DCF

Color information

#D26DCF (or 0xD26DCF) is unknown color: approx Orchid. HEX triplet: D2, 6D and CF. RGB value is (210,109,207). Sum of RGB (Red+Green+Blue) = 210+109+207=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D26DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26DCF is #2D9230. Grayscale: #969696. Windows color (decimal): -2986545 or 13594066. OLE color: 13594066.

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

Color convert

RGB210109207-
CMYK00.480.010.18
HSL301.78º52.88%62.55%-
HSV(B)301.78º48.1%82.35%-
XYZ43.3129.1462.37-
YUV150.37159.96170.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.92%
GREEN value IS 109 (42.97% from 255) = 20.72%
BLUE value IS 207 (81.25% from 255) = 39.35%
R=39.92%
G=20.72%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010920700.480.010.18301.7852.8862.55
HexD26DCF03011212e353f
Octal3221553170601224566577
Binary110100101101101110011110110000110010100101110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26DCF; }

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

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

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

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

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

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

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

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