#D669BE

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

Shades of Orchid #D669BE

Tints of Orchid #D669BE

Color information

#D669BE (or 0xD669BE) is unknown color: approx Orchid. HEX triplet: D6, 69 and BE. RGB value is (214,105,190). Sum of RGB (Red+Green+Blue) = 214+105+190=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D669BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669BE is #299641. Grayscale: #939393. Windows color (decimal): -2725442 or 12478934. OLE color: 12478934.

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

Color convert

RGB214105190-
CMYK00.510.110.16
HSL313.21º57.07%62.55%-
HSV(B)313.21º50.93%83.92%-
XYZ42.0828.1251.92-
YUV147.28152.11175.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.04%
GREEN value IS 105 (41.41% from 255) = 20.63%
BLUE value IS 190 (74.61% from 255) = 37.33%
R=42.04%
G=20.63%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410519000.510.110.16313.2157.0762.55
HexD669BE033B10139393f
Octal32615127606313204717177
Binary110101101101001101111100110011101110000100111001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D669BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D669BE; }

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

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

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

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

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

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

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

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