#D66CE1

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

Shades of Orchid #D66CE1

Tints of Orchid #D66CE1

Color information

#D66CE1 (or 0xD66CE1) is unknown color: approx Orchid. HEX triplet: D6, 6C and E1. RGB value is (214,108,225). Sum of RGB (Red+Green+Blue) = 214+108+225=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 108 (42.58% from 255 or 19.74% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 225 - color contains mainly: blue. Hex color #D66CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CE1 is #29931E. Grayscale: #989898. Windows color (decimal): -2724639 or 14773462. OLE color: 14773462.

HSL color Cylindrical-coordinate representation of color #D66CE1: hue angle of 294.36º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D66CE1 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB214108225-
CMYK0.050.5200.12
HSL294.36º66.1%65.29%-
HSV(B)294.36º52%88.24%-
XYZ46.6830.4674.65-
YUV153.03168.62171.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.12%
GREEN value IS 108 (42.58% from 255) = 19.74%
BLUE value IS 225 (88.28% from 255) = 41.13%
R=39.12%
G=19.74%
B=41.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2141082250.050.5200.12294.3666.165.29
HexD66CE15340C1264241
Octal326154341564014446102101
Binary110101101101100111000011011101000110010010011010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66CE1; }

 p { color: rgb(214,108,225); }

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

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

 a { background-color: rgb(214,108,225); }

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

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

 span { border-color: rgb(214,108,225); }

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