#D66FD5

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

Shades of Orchid #D66FD5

Tints of Orchid #D66FD5

Color information

#D66FD5 (or 0xD66FD5) is unknown color: approx Orchid. HEX triplet: D6, 6F and D5. RGB value is (214,111,213). Sum of RGB (Red+Green+Blue) = 214+111+213=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D66FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66FD5 is #29902A. Grayscale: #999999. Windows color (decimal): -2723883 or 13987798. OLE color: 13987798.

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

Color convert

RGB214111213-
CMYK00.480.000.16
HSL300.58º55.68%63.73%-
HSV(B)300.58º48.13%83.92%-
XYZ45.4330.4766.44-
YUV153.43161.62171.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.78%
GREEN value IS 111 (43.75% from 255) = 20.63%
BLUE value IS 213 (83.59% from 255) = 39.59%
R=39.78%
G=20.63%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411121300.480.000.16300.5855.6863.73
HexD66FD503001012d3840
Octal32615732506002045570100
Binary1101011011011111101010101100000100001001011011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66FD5; }

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

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

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

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

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

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

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

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