Shades of Orchid #C966D4
Tints of Orchid #C966D4
RGB
CMYK
RGB Variations
Color information
#C966D4 (or 0xC966D4) is known color: Orchid. HEX triplet: C9, 66 and D4. RGB value is (201,102,212). Sum of RGB (Red+Green+Blue) = 201+102+212=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 212 - color contains mainly: blue. Hex color #C966D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C966D4 is #36992B. Grayscale: #8F8F8F. Windows color (decimal): -3578156 or 13919945. OLE color: 13919945.
HSL color Cylindrical-coordinate representation of color #C966D4: hue angle of 294º 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 #C966D4 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 102 | 212 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.17 |
| HSL | 294º | 0.56% | 0.62% | - |
| HSV(B) | 294º | 0.52% | 0.83% | - |
| XYZ | 40.72 | 26.67 | 65.29 | - |
| YUV | 144.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 212 | 0.05 | 0.52 | 0 | 0.17 | 294 | 0.56 | 0.62 |
| Hex | C9 | 66 | D4 | 5 | 34 | 0 | 11 | 126 | 38 | 3E |
| Octal | 311 | 146 | 324 | 5 | 64 | 0 | 21 | 446 | 70 | 76 |
| Binary | 11001001 | 1100110 | 11010100 | 101 | 110100 | 0 | 10001 | 100100110 | 111000 | 111110 |
Color Harmonies of #C966D4
Complementary color
Monochromatic Colors of #C966D4
Black with #C966D4
Text Example
Text Example
White with #C966D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C966D4; }
p { color: rgb(201,102,212); }
H1.HeaderClassName
{
color: #C966D4;
}
.AnyTagClassName
{
color: #C966D4;
}
</style>
background-color css
<style>
a { background-color: #C966D4; }
a { background-color: rgb(201,102,212); }
div.DivClassName
{
background-color: #C966D4;
}
.BgClassName
{
background-color: #C966D4;
}
</style>
border-color css
<style>
span { border-color: #C966D4; }
span { border-color: rgb(201,102,212); }
td.TdClassName
{
border-color: #C966D4;
}
.TagClassName
{
border-color: #C966D4;
}
</style>