#D469CD

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

Shades of Orchid #D469CD

Tints of Orchid #D469CD

Color information

#D469CD (or 0xD469CD) is unknown color: approx Orchid. HEX triplet: D4, 69 and CD. RGB value is (212,105,205). Sum of RGB (Red+Green+Blue) = 212+105+205=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D469CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D469CD is #2B9632. Grayscale: #949494. Windows color (decimal): -2856499 or 13461972. OLE color: 13461972.

HSL color Cylindrical-coordinate representation of color #D469CD: hue angle of 303.93º 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 #D469CD is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB212105205-
CMYK00.500.030.17
HSL303.93º55.44%62.16%-
HSV(B)303.93º50.47%83.14%-
XYZ43.2228.5160.98-
YUV148.39159.95173.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.61%
GREEN value IS 105 (41.41% from 255) = 20.11%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=40.61%
G=20.11%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210520500.500.030.17303.9355.4462.16
HexD469CD032311130373e
Octal3241513150623214606776
Binary1101010011010011100110101100101110001100110000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D469CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D469CD; }

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

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

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

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

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

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

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

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