#D26CDF

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

Shades of Orchid #D26CDF

Tints of Orchid #D26CDF

Color information

#D26CDF (or 0xD26CDF) is unknown color: approx Orchid. HEX triplet: D2, 6C and DF. RGB value is (210,108,223). Sum of RGB (Red+Green+Blue) = 210+108+223=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #D26CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CDF is #2D9320. Grayscale: #979797. Windows color (decimal): -2986785 or 14642386. OLE color: 14642386.

HSL color Cylindrical-coordinate representation of color #D26CDF: hue angle of 293.22º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D26CDF is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210108223-
CMYK0.060.5200.13
HSL293.22º64.25%64.9%-
HSV(B)293.22º51.57%87.45%-
XYZ45.2629.7573.17-
YUV151.61168.29169.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.82%
GREEN value IS 108 (42.58% from 255) = 19.96%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=38.82%
G=19.96%
B=41.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101082230.060.5200.13293.2264.2564.9
HexD26CDF6340D1254041
Octal322154337664015445100101
Binary110100101101100110111111101101000110110010010110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26CDF; }

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

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

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

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

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

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

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

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