#D669BA

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

Shades of Orchid #D669BA

Tints of Orchid #D669BA

Color information

#D669BA (or 0xD669BA) is unknown color: approx Orchid. HEX triplet: D6, 69 and BA. RGB value is (214,105,186). Sum of RGB (Red+Green+Blue) = 214+105+186=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D669BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669BA is #299645. Grayscale: #929292. Windows color (decimal): -2725446 or 12216790. OLE color: 12216790.

HSL color Cylindrical-coordinate representation of color #D669BA: hue angle of 315.41º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D669BA is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB214105186-
CMYK00.510.130.16
HSL315.41º57.07%62.55%-
HSV(B)315.41º50.93%83.92%-
XYZ41.6527.9449.65-
YUV146.82150.11175.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.38%
GREEN value IS 105 (41.41% from 255) = 20.79%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=42.38%
G=20.79%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410518600.510.130.16315.4157.0762.55
HexD669BA033D1013b393f
Octal32615127206315204737177
Binary110101101101001101110100110011110110000100111011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D669BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D669BA; }

 p { color: rgb(214,105,186); }

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

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

 a { background-color: rgb(214,105,186); }

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

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

 span { border-color: rgb(214,105,186); }

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