Shades of Orchid #C964D0
Tints of Orchid #C964D0
RGB
CMYK
RGB Variations
Color information
#C964D0 (or 0xC964D0) is known color: Orchid. HEX triplet: C9, 64 and D0. RGB value is (201,100,208). Sum of RGB (Red+Green+Blue) = 201+100+208=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #C964D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C964D0 is #369B2F. Grayscale: #8E8E8E. Windows color (decimal): -3578672 or 13657289. OLE color: 13657289.
HSL color Cylindrical-coordinate representation of color #C964D0: hue angle of 296.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C964D0 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 100 | 208 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.18 |
| HSL | 296.11º | 0.53% | 0.6% | - |
| HSV(B) | 296.11º | 0.52% | 0.82% | - |
| XYZ | 40.03 | 26.09 | 62.6 | - |
| YUV | 142.51 | 164.96 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 208 | 0.03 | 0.52 | 0 | 0.18 | 296.11 | 0.53 | 0.6 |
| Hex | C9 | 64 | D0 | 3 | 34 | 0 | 12 | 128 | 35 | 3C |
| Octal | 311 | 144 | 320 | 3 | 64 | 0 | 22 | 450 | 65 | 74 |
| Binary | 11001001 | 1100100 | 11010000 | 11 | 110100 | 0 | 10010 | 100101000 | 110101 | 111100 |
Color Harmonies of #C964D0
Complementary color
Monochromatic Colors of #C964D0
Black with #C964D0
Text Example
Text Example
White with #C964D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C964D0; }
p { color: rgb(201,100,208); }
H1.HeaderClassName
{
color: #C964D0;
}
.AnyTagClassName
{
color: #C964D0;
}
</style>
background-color css
<style>
a { background-color: #C964D0; }
a { background-color: rgb(201,100,208); }
div.DivClassName
{
background-color: #C964D0;
}
.BgClassName
{
background-color: #C964D0;
}
</style>
border-color css
<style>
span { border-color: #C964D0; }
span { border-color: rgb(201,100,208); }
td.TdClassName
{
border-color: #C964D0;
}
.TagClassName
{
border-color: #C964D0;
}
</style>