#D26CD0

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

Shades of Orchid #D26CD0

Tints of Orchid #D26CD0

Color information

#D26CD0 (or 0xD26CD0) is unknown color: approx Orchid. HEX triplet: D2, 6C and D0. RGB value is (210,108,208). Sum of RGB (Red+Green+Blue) = 210+108+208=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D26CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CD0 is #2D932F. Grayscale: #959595. Windows color (decimal): -2986800 or 13659346. OLE color: 13659346.

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

Color convert

RGB210108208-
CMYK00.490.010.18
HSL301.18º53.12%62.35%-
HSV(B)301.18º48.57%82.35%-
XYZ43.3328.9862.98-
YUV149.9160.79170.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.92%
GREEN value IS 108 (42.58% from 255) = 20.53%
BLUE value IS 208 (81.64% from 255) = 39.54%
R=39.92%
G=20.53%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010820800.490.010.18301.1853.1262.35
HexD26CD003111212d353e
Octal3221543200611224556576
Binary110100101101100110100000110001110010100101101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26CD0; }

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

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

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

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

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

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

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

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