Shades of Orchid #D266CC
Tints of Orchid #D266CC
RGB
CMYK
RGB Variations
Color information
#D266CC (or 0xD266CC) is known color: Orchid. HEX triplet: D2, 66 and CC. RGB value is (210,102,204). Sum of RGB (Red+Green+Blue) = 210+102+204=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D266CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D266CC is #2D9933. Grayscale: #919191. Windows color (decimal): -2988340 or 13395666. OLE color: 13395666.
HSL color Cylindrical-coordinate representation of color #D266CC: hue angle of 303.33º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D266CC is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 204 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.18 |
| HSL | 303.33º | 0.55% | 0.61% | - |
| HSV(B) | 303.33º | 0.51% | 0.82% | - |
| XYZ | 42.23 | 27.56 | 60.22 | - |
| YUV | 145.92 | 160.78 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 204 | 0 | 0.51 | 0.03 | 0.18 | 303.33 | 0.55 | 0.61 |
| Hex | D2 | 66 | CC | 0 | 33 | 3 | 12 | 12F | 37 | 3D |
| Octal | 322 | 146 | 314 | 0 | 63 | 3 | 22 | 457 | 67 | 75 |
| Binary | 11010010 | 1100110 | 11001100 | 0 | 110011 | 11 | 10010 | 100101111 | 110111 | 111101 |
Color Harmonies of #D266CC
Complementary color
Monochromatic Colors of #D266CC
Black with #D266CC
Text Example
Text Example
White with #D266CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D266CC; }
p { color: rgb(210,102,204); }
H1.HeaderClassName
{
color: #D266CC;
}
.AnyTagClassName
{
color: #D266CC;
}
</style>
background-color css
<style>
a { background-color: #D266CC; }
a { background-color: rgb(210,102,204); }
div.DivClassName
{
background-color: #D266CC;
}
.BgClassName
{
background-color: #D266CC;
}
</style>
border-color css
<style>
span { border-color: #D266CC; }
span { border-color: rgb(210,102,204); }
td.TdClassName
{
border-color: #D266CC;
}
.TagClassName
{
border-color: #D266CC;
}
</style>