Shades of Orchid #C969CE
Tints of Orchid #C969CE
RGB
CMYK
RGB Variations
Color information
#C969CE (or 0xC969CE) is known color: Orchid. HEX triplet: C9, 69 and CE. RGB value is (201,105,206). Sum of RGB (Red+Green+Blue) = 201+105+206=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #C969CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C969CE is #369631. Grayscale: #909090. Windows color (decimal): -3577394 or 13527497. OLE color: 13527497.
HSL color Cylindrical-coordinate representation of color #C969CE: hue angle of 297.03º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C969CE is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 105 | 206 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.19 |
| HSL | 297.03º | 0.51% | 0.61% | - |
| HSV(B) | 297.03º | 0.49% | 0.81% | - |
| XYZ | 40.28 | 26.98 | 61.48 | - |
| YUV | 145.22 | 162.3 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 105 | 206 | 0.02 | 0.49 | 0 | 0.19 | 297.03 | 0.51 | 0.61 |
| Hex | C9 | 69 | CE | 2 | 31 | 0 | 13 | 129 | 33 | 3D |
| Octal | 311 | 151 | 316 | 2 | 61 | 0 | 23 | 451 | 63 | 75 |
| Binary | 11001001 | 1101001 | 11001110 | 10 | 110001 | 0 | 10011 | 100101001 | 110011 | 111101 |
Color Harmonies of #C969CE
Complementary color
Monochromatic Colors of #C969CE
Black with #C969CE
Text Example
Text Example
White with #C969CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C969CE; }
p { color: rgb(201,105,206); }
H1.HeaderClassName
{
color: #C969CE;
}
.AnyTagClassName
{
color: #C969CE;
}
</style>
background-color css
<style>
a { background-color: #C969CE; }
a { background-color: rgb(201,105,206); }
div.DivClassName
{
background-color: #C969CE;
}
.BgClassName
{
background-color: #C969CE;
}
</style>
border-color css
<style>
span { border-color: #C969CE; }
span { border-color: rgb(201,105,206); }
td.TdClassName
{
border-color: #C969CE;
}
.TagClassName
{
border-color: #C969CE;
}
</style>