#D261D1

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

Shades of Orchid #D261D1

Tints of Orchid #D261D1

Color information

#D261D1 (or 0xD261D1) is unknown color: approx Orchid. HEX triplet: D2, 61 and D1. RGB value is (210,97,209). Sum of RGB (Red+Green+Blue) = 210+97+209=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 97 (38.28% from 255 or 18.80% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D261D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D261D1 is #2D9E2E. Grayscale: #8F8F8F. Windows color (decimal): -2989615 or 13722066. OLE color: 13722066.

HSL color Cylindrical-coordinate representation of color #D261D1: hue angle of 300.53º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D261D1 is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB21097209-
CMYK00.540.000.18
HSL300.53º55.67%60.2%-
HSV(B)300.53º53.81%82.35%-
XYZ42.3626.8563.27-
YUV143.56164.94175.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.70%
GREEN value IS 97 (38.28% from 255) = 18.80%
BLUE value IS 209 (82.03% from 255) = 40.50%
R=40.70%
G=18.80%
B=40.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109720900.540.000.18300.5355.6760.2
HexD261D103601212d383c
Octal3221413210660224557074
Binary110100101100001110100010110110010010100101101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D261D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D261D1; }

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

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

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

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

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

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

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

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