#D469D1

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

Shades of Orchid #D469D1

Tints of Orchid #D469D1

Color information

#D469D1 (or 0xD469D1) is unknown color: approx Orchid. HEX triplet: D4, 69 and D1. RGB value is (212,105,209). Sum of RGB (Red+Green+Blue) = 212+105+209=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D469D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D469D1 is #2B962E. Grayscale: #949494. Windows color (decimal): -2856495 or 13724116. OLE color: 13724116.

HSL color Cylindrical-coordinate representation of color #D469D1: hue angle of 301.68º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D469D1 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB212105209-
CMYK00.500.010.17
HSL301.68º55.44%62.16%-
HSV(B)301.68º50.47%83.14%-
XYZ43.7128.763.56-
YUV148.85161.95173.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.30%
GREEN value IS 105 (41.41% from 255) = 19.96%
BLUE value IS 209 (82.03% from 255) = 39.73%
R=40.30%
G=19.96%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210520900.500.010.17301.6855.4462.16
HexD469D103211112e373e
Octal3241513210621214566776
Binary110101001101001110100010110010110001100101110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D469D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D469D1; }

 p { color: rgb(212,105,209); }

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

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

 a { background-color: rgb(212,105,209); }

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

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

 span { border-color: rgb(212,105,209); }

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