#D269DF

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

Shades of Orchid #D269DF

Tints of Orchid #D269DF

Color information

#D269DF (or 0xD269DF) is unknown color: approx Orchid. HEX triplet: D2, 69 and DF. RGB value is (210,105,223). Sum of RGB (Red+Green+Blue) = 210+105+223=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 105 (41.41% from 255 or 19.52% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #D269DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269DF is #2D9620. Grayscale: #959595. Windows color (decimal): -2987553 or 14641618. OLE color: 14641618.

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

Color convert

RGB210105223-
CMYK0.060.5300.13
HSL293.39º64.84%64.31%-
HSV(B)293.39º52.91%87.45%-
XYZ44.9529.1373.07-
YUV149.85169.29170.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.03%
GREEN value IS 105 (41.41% from 255) = 19.52%
BLUE value IS 223 (87.5% from 255) = 41.45%
R=39.03%
G=19.52%
B=41.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101052230.060.5300.13293.3964.8464.31
HexD269DF6350D1254140
Octal322151337665015445101100
Binary110100101101001110111111101101010110110010010110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D269DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D269DF; }

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

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

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

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

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

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

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

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