#D669C9

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

Shades of Orchid #D669C9

Tints of Orchid #D669C9

Color information

#D669C9 (or 0xD669C9) is unknown color: approx Orchid. HEX triplet: D6, 69 and C9. RGB value is (214,105,201). Sum of RGB (Red+Green+Blue) = 214+105+201=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D669C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669C9 is #299636. Grayscale: #949494. Windows color (decimal): -2725431 or 13199830. OLE color: 13199830.

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

Color convert

RGB214105201-
CMYK00.510.060.16
HSL307.16º57.07%62.55%-
HSV(B)307.16º50.93%83.92%-
XYZ43.3328.6258.5-
YUV148.54157.61174.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.15%
GREEN value IS 105 (41.41% from 255) = 20.19%
BLUE value IS 201 (78.91% from 255) = 38.65%
R=41.15%
G=20.19%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410520100.510.060.16307.1657.0762.55
HexD669C9033610133393f
Octal3261513110636204637177
Binary11010110110100111001001011001111010000100110011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D669C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D669C9; }

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

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

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

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

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

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

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

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