#D269E5

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

Shades of Orchid #D269E5

Tints of Orchid #D269E5

Color information

#D269E5 (or 0xD269E5) is unknown color: approx Orchid. HEX triplet: D2, 69 and E5. RGB value is (210,105,229). Sum of RGB (Red+Green+Blue) = 210+105+229=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 105 (41.41% from 255 or 19.30% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #D269E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269E5 is #2D961A. Grayscale: #969696. Windows color (decimal): -2987547 or 15034834. OLE color: 15034834.

HSL color Cylindrical-coordinate representation of color #D269E5: hue angle of 290.81º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D269E5 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB210105229-
CMYK0.080.5400.10
HSL290.81º70.45%65.49%-
HSV(B)290.81º54.15%89.8%-
XYZ45.7729.4677.4-
YUV150.53172.29170.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.60%
GREEN value IS 105 (41.41% from 255) = 19.30%
BLUE value IS 229 (89.84% from 255) = 42.10%
R=38.60%
G=19.30%
B=42.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2101052290.080.5400.10290.8170.4565.49
HexD269E58360A1234641
Octal3221513451066012443106101
Binary1101001011010011110010110001101100101010010001110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D269E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D269E5; }

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

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

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

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

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

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

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

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