#D265DD

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

Shades of Orchid #D265DD

Tints of Orchid #D265DD

Color information

#D265DD (or 0xD265DD) is unknown color: approx Orchid. HEX triplet: D2, 65 and DD. RGB value is (210,101,221). Sum of RGB (Red+Green+Blue) = 210+101+221=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 101 (39.84% from 255 or 18.98% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #D265DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D265DD is #2D9A22. Grayscale: #929292. Windows color (decimal): -2988579 or 14509522. OLE color: 14509522.

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

Color convert

RGB210101221-
CMYK0.050.5400.13
HSL294.5º63.83%63.14%-
HSV(B)294.5º54.3%86.67%-
XYZ44.2828.2371.52-
YUV147.27169.61172.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.47%
GREEN value IS 101 (39.84% from 255) = 18.98%
BLUE value IS 221 (86.72% from 255) = 41.54%
R=39.47%
G=18.98%
B=41.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101012210.050.5400.13294.563.8363.14
HexD265DD5360D126403f
Octal32214533556601544610077
Binary11010010110010111011101101110110011011001001101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D265DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D265DD; }

 p { color: rgb(210,101,221); }

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

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

 a { background-color: rgb(210,101,221); }

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

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

 span { border-color: rgb(210,101,221); }

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