Shades of Orchid #D466CC
Tints of Orchid #D466CC
RGB
CMYK
RGB Variations
Color information
#D466CC (or 0xD466CC) is known color: Orchid. HEX triplet: D4, 66 and CC. RGB value is (212,102,204). Sum of RGB (Red+Green+Blue) = 212+102+204=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D466CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D466CC is #2B9933. Grayscale: #929292. Windows color (decimal): -2857268 or 13395668. OLE color: 13395668.
HSL color Cylindrical-coordinate representation of color #D466CC: hue angle of 304.36º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D466CC is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 204 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.17 |
| HSL | 304.36º | 0.56% | 0.62% | - |
| HSV(B) | 304.36º | 0.52% | 0.83% | - |
| XYZ | 42.8 | 27.86 | 60.25 | - |
| YUV | 146.52 | 160.44 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 204 | 0 | 0.52 | 0.04 | 0.17 | 304.36 | 0.56 | 0.62 |
| Hex | D4 | 66 | CC | 0 | 34 | 4 | 11 | 130 | 38 | 3E |
| Octal | 324 | 146 | 314 | 0 | 64 | 4 | 21 | 460 | 70 | 76 |
| Binary | 11010100 | 1100110 | 11001100 | 0 | 110100 | 100 | 10001 | 100110000 | 111000 | 111110 |
Color Harmonies of #D466CC
Complementary color
Monochromatic Colors of #D466CC
Black with #D466CC
Text Example
Text Example
White with #D466CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D466CC; }
p { color: rgb(212,102,204); }
H1.HeaderClassName
{
color: #D466CC;
}
.AnyTagClassName
{
color: #D466CC;
}
</style>
background-color css
<style>
a { background-color: #D466CC; }
a { background-color: rgb(212,102,204); }
div.DivClassName
{
background-color: #D466CC;
}
.BgClassName
{
background-color: #D466CC;
}
</style>
border-color css
<style>
span { border-color: #D466CC; }
span { border-color: rgb(212,102,204); }
td.TdClassName
{
border-color: #D466CC;
}
.TagClassName
{
border-color: #D466CC;
}
</style>