Shades of Orchid #C967CC
Tints of Orchid #C967CC
RGB
CMYK
RGB Variations
Color information
#C967CC (or 0xC967CC) is known color: Orchid. HEX triplet: C9, 67 and CC. RGB value is (201,103,204). Sum of RGB (Red+Green+Blue) = 201+103+204=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #C967CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967CC is #369833. Grayscale: #8F8F8F. Windows color (decimal): -3577908 or 13395913. OLE color: 13395913.
HSL color Cylindrical-coordinate representation of color #C967CC: hue angle of 298.22º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C967CC is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 103 | 204 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.2 |
| HSL | 298.22º | 0.5% | 0.6% | - |
| HSV(B) | 298.22º | 0.5% | 0.8% | - |
| XYZ | 39.84 | 26.48 | 60.14 | - |
| YUV | 143.82 | 161.97 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 204 | 0.01 | 0.50 | 0 | 0.2 | 298.22 | 0.5 | 0.6 |
| Hex | C9 | 67 | CC | 1 | 32 | 0 | 14 | 12A | 32 | 3C |
| Octal | 311 | 147 | 314 | 1 | 62 | 0 | 24 | 452 | 62 | 74 |
| Binary | 11001001 | 1100111 | 11001100 | 1 | 110010 | 0 | 10100 | 100101010 | 110010 | 111100 |
Color Harmonies of #C967CC
Complementary color
Monochromatic Colors of #C967CC
Black with #C967CC
Text Example
Text Example
White with #C967CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C967CC; }
p { color: rgb(201,103,204); }
H1.HeaderClassName
{
color: #C967CC;
}
.AnyTagClassName
{
color: #C967CC;
}
</style>
background-color css
<style>
a { background-color: #C967CC; }
a { background-color: rgb(201,103,204); }
div.DivClassName
{
background-color: #C967CC;
}
.BgClassName
{
background-color: #C967CC;
}
</style>
border-color css
<style>
span { border-color: #C967CC; }
span { border-color: rgb(201,103,204); }
td.TdClassName
{
border-color: #C967CC;
}
.TagClassName
{
border-color: #C967CC;
}
</style>