#D269DD

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

Shades of Orchid #D269DD

Tints of Orchid #D269DD

Color information

#D269DD (or 0xD269DD) is unknown color: approx Orchid. HEX triplet: D2, 69 and DD. RGB value is (210,105,221). Sum of RGB (Red+Green+Blue) = 210+105+221=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #D269DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269DD is #2D9622. Grayscale: #959595. Windows color (decimal): -2987555 or 14510546. OLE color: 14510546.

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

Color convert

RGB210105221-
CMYK0.050.5200.13
HSL294.31º63.04%63.92%-
HSV(B)294.31º52.49%86.67%-
XYZ44.6829.0371.65-
YUV149.62168.29171.07-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.18%
GREEN value IS 105 (41.41% from 255) = 19.59%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=39.18%
G=19.59%
B=41.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101052210.050.5200.13294.3163.0463.92
HexD269DD5340D1263f40
Octal32215133556401544677100
Binary11010010110100111011101101110100011011001001101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D269DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D269DD; }

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

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

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

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

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

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

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

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