#D669B7

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

Shades of Orchid #D669B7

Tints of Orchid #D669B7

Color information

#D669B7 (or 0xD669B7) is unknown color: approx Orchid. HEX triplet: D6, 69 and B7. RGB value is (214,105,183). Sum of RGB (Red+Green+Blue) = 214+105+183=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D669B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669B7 is #299648. Grayscale: #929292. Windows color (decimal): -2725449 or 12020182. OLE color: 12020182.

HSL color Cylindrical-coordinate representation of color #D669B7: hue angle of 317.06º 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 #D669B7 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB214105183-
CMYK00.510.140.16
HSL317.06º57.07%62.55%-
HSV(B)317.06º50.93%83.92%-
XYZ41.3327.8247.99-
YUV146.48148.61176.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.63%
GREEN value IS 105 (41.41% from 255) = 20.92%
BLUE value IS 183 (71.88% from 255) = 36.45%
R=42.63%
G=20.92%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410518300.510.140.16317.0657.0762.55
HexD669B7033E1013d393f
Octal32615126706316204757177
Binary110101101101001101101110110011111010000100111101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D669B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D669B7; }

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

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

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

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

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

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

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

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