#D261DA

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

Shades of Orchid #D261DA

Tints of Orchid #D261DA

Color information

#D261DA (or 0xD261DA) is unknown color: approx Orchid. HEX triplet: D2, 61 and DA. RGB value is (210,97,218). Sum of RGB (Red+Green+Blue) = 210+97+218=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #D261DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D261DA is #2D9E25. Grayscale: #909090. Windows color (decimal): -2989606 or 14311890. OLE color: 14311890.

HSL color Cylindrical-coordinate representation of color #D261DA: hue angle of 296.03º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D261DA is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21097218-
CMYK0.040.5600.15
HSL296.03º62.05%61.76%-
HSV(B)296.03º55.5%85.49%-
XYZ43.5127.3169.31-
YUV144.58169.44174.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40%
GREEN value IS 97 (38.28% from 255) = 18.48%
BLUE value IS 218 (85.55% from 255) = 41.52%
R=40%
G=18.48%
B=41.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal210972180.040.5600.15296.0362.0561.76
HexD261DA4380F1283e3e
Octal3221413324700174507676
Binary1101001011000011101101010011100001111100101000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D261DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D261DA; }

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

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

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

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

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

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

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

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