#d669c1

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

Shades of Orchid #D669C1

Tints of Orchid #D669C1

Color information

#D669C1 (or 0xD669C1) is unknown color: approx Orchid. HEX triplet: D6, 69 and C1. RGB value is (214,105,193). Sum of RGB (Red+Green+Blue) = 214+105+193=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D669C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669C1 is #29963E. Grayscale: #939393. Windows color (decimal): -2725439 or 12675542. OLE color: 12675542.

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

Color convert

RGB214105193-
CMYK00.510.100.16
HSL311.56º57.07%62.55%-
HSV(B)311.56º50.93%83.92%-
XYZ42.4128.2553.67-
YUV147.62153.61175.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.80%
GREEN value IS 105 (41.41% from 255) = 20.51%
BLUE value IS 193 (75.78% from 255) = 37.70%
R=41.80%
G=20.51%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410519300.510.100.16311.5657.0762.55
HexD669C1033A10138393f
Octal32615130106312204707177
Binary110101101101001110000010110011101010000100111000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d669c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d669c1; }

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

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

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

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

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

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

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

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