Shades of Orchid #C769CC
Tints of Orchid #C769CC
RGB
CMYK
RGB Variations
Color information
#C769CC (or 0xC769CC) is known color: Orchid. HEX triplet: C7, 69 and CC. RGB value is (199,105,204). Sum of RGB (Red+Green+Blue) = 199+105+204=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 105 (41.41% from 255 or 20.67% 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 #C769CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769CC is #389633. Grayscale: #909090. Windows color (decimal): -3708468 or 13396423. OLE color: 13396423.
HSL color Cylindrical-coordinate representation of color #C769CC: hue angle of 296.97º 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 #C769CC is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 105 | 204 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.2 |
| HSL | 296.97º | 0.49% | 0.61% | - |
| HSV(B) | 296.97º | 0.49% | 0.8% | - |
| XYZ | 39.5 | 26.6 | 60.18 | - |
| YUV | 144.39 | 161.64 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 204 | 0.02 | 0.49 | 0 | 0.2 | 296.97 | 0.49 | 0.61 |
| Hex | C7 | 69 | CC | 2 | 31 | 0 | 14 | 129 | 31 | 3D |
| Octal | 307 | 151 | 314 | 2 | 61 | 0 | 24 | 451 | 61 | 75 |
| Binary | 11000111 | 1101001 | 11001100 | 10 | 110001 | 0 | 10100 | 100101001 | 110001 | 111101 |
Color Harmonies of #C769CC
Complementary color
Monochromatic Colors of #C769CC
Black with #C769CC
Text Example
Text Example
White with #C769CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C769CC; }
p { color: rgb(199,105,204); }
H1.HeaderClassName
{
color: #C769CC;
}
.AnyTagClassName
{
color: #C769CC;
}
</style>
background-color css
<style>
a { background-color: #C769CC; }
a { background-color: rgb(199,105,204); }
div.DivClassName
{
background-color: #C769CC;
}
.BgClassName
{
background-color: #C769CC;
}
</style>
border-color css
<style>
span { border-color: #C769CC; }
span { border-color: rgb(199,105,204); }
td.TdClassName
{
border-color: #C769CC;
}
.TagClassName
{
border-color: #C769CC;
}
</style>