#D26CC6

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

Shades of Orchid #D26CC6

Tints of Orchid #D26CC6

Color information

#D26CC6 (or 0xD26CC6) is unknown color: approx Orchid. HEX triplet: D2, 6C and C6. RGB value is (210,108,198). Sum of RGB (Red+Green+Blue) = 210+108+198=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D26CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CC6 is #2D9339. Grayscale: #949494. Windows color (decimal): -2986810 or 13003986. OLE color: 13003986.

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

Color convert

RGB210108198-
CMYK00.490.060.18
HSL307.06º53.12%62.35%-
HSV(B)307.06º48.57%82.35%-
XYZ42.1328.556.71-
YUV148.76155.79171.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.70%
GREEN value IS 108 (42.58% from 255) = 20.93%
BLUE value IS 198 (77.73% from 255) = 38.37%
R=40.70%
G=20.93%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010819800.490.060.18307.0653.1262.35
HexD26CC6031612133353e
Octal3221543060616224636576
Binary11010010110110011000110011000111010010100110011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26CC6; }

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

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

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

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

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

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

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

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