Shades of Orchid #C969CC
Tints of Orchid #C969CC
RGB
CMYK
RGB Variations
Color information
#C969CC (or 0xC969CC) is known color: Orchid. HEX triplet: C9, 69 and CC. RGB value is (201,105,204). Sum of RGB (Red+Green+Blue) = 201+105+204=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #C969CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C969CC is #369633. Grayscale: #909090. Windows color (decimal): -3577396 or 13396425. OLE color: 13396425.
HSL color Cylindrical-coordinate representation of color #C969CC: hue angle of 298.18º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C969CC is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 105 | 204 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.2 |
| HSL | 298.18º | 0.49% | 0.61% | - |
| HSV(B) | 298.18º | 0.49% | 0.8% | - |
| XYZ | 40.04 | 26.88 | 60.2 | - |
| YUV | 144.99 | 161.3 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 105 | 204 | 0.01 | 0.49 | 0 | 0.2 | 298.18 | 0.49 | 0.61 |
| Hex | C9 | 69 | CC | 1 | 31 | 0 | 14 | 12A | 31 | 3D |
| Octal | 311 | 151 | 314 | 1 | 61 | 0 | 24 | 452 | 61 | 75 |
| Binary | 11001001 | 1101001 | 11001100 | 1 | 110001 | 0 | 10100 | 100101010 | 110001 | 111101 |
Color Harmonies of #C969CC
Complementary color
Monochromatic Colors of #C969CC
Black with #C969CC
Text Example
Text Example
White with #C969CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C969CC; }
p { color: rgb(201,105,204); }
H1.HeaderClassName
{
color: #C969CC;
}
.AnyTagClassName
{
color: #C969CC;
}
</style>
background-color css
<style>
a { background-color: #C969CC; }
a { background-color: rgb(201,105,204); }
div.DivClassName
{
background-color: #C969CC;
}
.BgClassName
{
background-color: #C969CC;
}
</style>
border-color css
<style>
span { border-color: #C969CC; }
span { border-color: rgb(201,105,204); }
td.TdClassName
{
border-color: #C969CC;
}
.TagClassName
{
border-color: #C969CC;
}
</style>