Shades of Orchid #C17BBE
Tints of Orchid #C17BBE
RGB
CMYK
RGB Variations
Color information
#C17BBE (or 0xC17BBE) is known color: Orchid. HEX triplet: C1, 7B and BE. RGB value is (193,123,190). Sum of RGB (Red+Green+Blue) = 193+123+190=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 193 - color contains mainly: red. Hex color #C17BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17BBE is #3E8441. Grayscale: #979797. Windows color (decimal): -4097090 or 12483521. OLE color: 12483521.
HSL color Cylindrical-coordinate representation of color #C17BBE: hue angle of 302.57º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C17BBE is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 190 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.24 |
| HSL | 302.57º | 0.36% | 0.62% | - |
| HSV(B) | 302.57º | 0.36% | 0.76% | - |
| XYZ | 38.37 | 29.22 | 52.33 | - |
| YUV | 151.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 190 | 0 | 0.36 | 0.02 | 0.24 | 302.57 | 0.36 | 0.62 |
| Hex | C1 | 7B | BE | 0 | 24 | 2 | 18 | 12F | 24 | 3E |
| Octal | 301 | 173 | 276 | 0 | 44 | 2 | 30 | 457 | 44 | 76 |
| Binary | 11000001 | 1111011 | 10111110 | 0 | 100100 | 10 | 11000 | 100101111 | 100100 | 111110 |
Color Harmonies of #C17BBE
Complementary color
Monochromatic Colors of #C17BBE
Black with #C17BBE
Text Example
Text Example
White with #C17BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17BBE; }
p { color: rgb(193,123,190); }
H1.HeaderClassName
{
color: #C17BBE;
}
.AnyTagClassName
{
color: #C17BBE;
}
</style>
background-color css
<style>
a { background-color: #C17BBE; }
a { background-color: rgb(193,123,190); }
div.DivClassName
{
background-color: #C17BBE;
}
.BgClassName
{
background-color: #C17BBE;
}
</style>
border-color css
<style>
span { border-color: #C17BBE; }
span { border-color: rgb(193,123,190); }
td.TdClassName
{
border-color: #C17BBE;
}
.TagClassName
{
border-color: #C17BBE;
}
</style>