#D469BF

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

Shades of Orchid #D469BF

Tints of Orchid #D469BF

Color information

#D469BF (or 0xD469BF) is unknown color: approx Orchid. HEX triplet: D4, 69 and BF. RGB value is (212,105,191). Sum of RGB (Red+Green+Blue) = 212+105+191=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 212 - color contains mainly: red. Hex color #D469BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D469BF is #2B9640. Grayscale: #929292. Windows color (decimal): -2856513 or 12544468. OLE color: 12544468.

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

Color convert

RGB212105191-
CMYK00.500.100.17
HSL311.78º55.44%62.16%-
HSV(B)311.78º50.47%83.14%-
XYZ41.6127.8652.48-
YUV146.8152.95174.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.73%
GREEN value IS 105 (41.41% from 255) = 20.67%
BLUE value IS 191 (75% from 255) = 37.60%
R=41.73%
G=20.67%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210519100.500.100.17311.7855.4462.16
HexD469BF032A11138373e
Octal32415127706212214706776
Binary110101001101001101111110110010101010001100111000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D469BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D469BF; }

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

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

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

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

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

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

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

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