#D66DC1

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

Shades of Orchid #D66DC1

Tints of Orchid #D66DC1

Color information

#D66DC1 (or 0xD66DC1) is unknown color: approx Orchid. HEX triplet: D6, 6D and C1. RGB value is (214,109,193). Sum of RGB (Red+Green+Blue) = 214+109+193=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DC1 is #29923E. Grayscale: #959595. Windows color (decimal): -2724415 or 12676566. OLE color: 12676566.

HSL color Cylindrical-coordinate representation of color #D66DC1: hue angle of 312º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66DC1 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB214109193-
CMYK00.490.100.16
HSL312º56.15%63.33%-
HSV(B)312º49.07%83.92%-
XYZ42.8329.0853.81-
YUV149.97152.29173.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.47%
GREEN value IS 109 (42.97% from 255) = 21.12%
BLUE value IS 193 (75.78% from 255) = 37.40%
R=41.47%
G=21.12%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410919300.490.100.1631256.1563.33
HexD66DC1031A10138383f
Octal32615530106112204707077
Binary110101101101101110000010110001101010000100111000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66DC1; }

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

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

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

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

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

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

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

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