#D669C5

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

Shades of Orchid #D669C5

Tints of Orchid #D669C5

Color information

#D669C5 (or 0xD669C5) is unknown color: approx Orchid. HEX triplet: D6, 69 and C5. RGB value is (214,105,197). Sum of RGB (Red+Green+Blue) = 214+105+197=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D669C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669C5 is #29963A. Grayscale: #939393. Windows color (decimal): -2725435 or 12937686. OLE color: 12937686.

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

Color convert

RGB214105197-
CMYK00.510.080.16
HSL309.36º57.07%62.55%-
HSV(B)309.36º50.93%83.92%-
XYZ42.8628.4356.05-
YUV148.08155.61175.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.47%
GREEN value IS 105 (41.41% from 255) = 20.35%
BLUE value IS 197 (77.34% from 255) = 38.18%
R=41.47%
G=20.35%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410519700.510.080.16309.3657.0762.55
HexD669C5033810135393f
Octal32615130506310204657177
Binary110101101101001110001010110011100010000100110101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D669C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D669C5; }

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

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

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

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

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

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

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

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