#D669D5

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

Shades of Orchid #D669D5

Tints of Orchid #D669D5

Color information

#D669D5 (or 0xD669D5) is unknown color: approx Orchid. HEX triplet: D6, 69 and D5. RGB value is (214,105,213). Sum of RGB (Red+Green+Blue) = 214+105+213=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D669D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669D5 is #29962A. Grayscale: #959595. Windows color (decimal): -2725419 or 13986262. OLE color: 13986262.

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

Color convert

RGB214105213-
CMYK00.510.000.16
HSL300.55º57.07%62.55%-
HSV(B)300.55º50.93%83.92%-
XYZ44.7929.266.23-
YUV149.9163.61173.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.23%
GREEN value IS 105 (41.41% from 255) = 19.74%
BLUE value IS 213 (83.59% from 255) = 40.04%
R=40.23%
G=19.74%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410521300.510.000.16300.5557.0762.55
HexD669D503301012d393f
Octal3261513250630204557177
Binary110101101101001110101010110011010000100101101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D669D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D669D5; }

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

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

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

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

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

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

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

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