#D261D8

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

Shades of Orchid #D261D8

Tints of Orchid #D261D8

Color information

#D261D8 (or 0xD261D8) is unknown color: approx Orchid. HEX triplet: D2, 61 and D8. RGB value is (210,97,216). Sum of RGB (Red+Green+Blue) = 210+97+216=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 97 (38.28% from 255 or 18.55% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 216 - color contains mainly: blue. Hex color #D261D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D261D8 is #2D9E27. Grayscale: #8F8F8F. Windows color (decimal): -2989608 or 14180818. OLE color: 14180818.

HSL color Cylindrical-coordinate representation of color #D261D8: hue angle of 296.97º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D261D8 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21097216-
CMYK0.030.5500.15
HSL296.97º60.41%61.37%-
HSV(B)296.97º55.09%84.71%-
XYZ43.2527.2167.94-
YUV144.35168.44174.82-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.15%
GREEN value IS 97 (38.28% from 255) = 18.55%
BLUE value IS 216 (84.77% from 255) = 41.30%
R=40.15%
G=18.55%
B=41.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal210972160.030.5500.15296.9760.4161.37
HexD261D83370F1293c3d
Octal3221413303670174517475
Binary110100101100001110110001111011101111100101001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D261D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D261D8; }

 p { color: rgb(210,97,216); }

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

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

 a { background-color: rgb(210,97,216); }

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

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

 span { border-color: rgb(210,97,216); }

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