Shades of Orchid #C683CB
Tints of Orchid #C683CB
RGB
CMYK
RGB Variations
Color information
#C683CB (or 0xC683CB) is known color: Orchid. HEX triplet: C6, 83 and CB. RGB value is (198,131,203). Sum of RGB (Red+Green+Blue) = 198+131+203=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 131 (51.56% from 255 or 24.62% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #C683CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C683CB is #397C34. Grayscale: #9F9F9F. Windows color (decimal): -3767349 or 13337542. OLE color: 13337542.
HSL color Cylindrical-coordinate representation of color #C683CB: hue angle of 295.83º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C683CB is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 131 | 203 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.20 |
| HSL | 295.83º | 0.41% | 0.65% | - |
| HSV(B) | 295.83º | 0.35% | 0.8% | - |
| XYZ | 42.18 | 32.55 | 60.56 | - |
| YUV | 159.24 | 152.7 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 203 | 0.02 | 0.35 | 0 | 0.20 | 295.83 | 0.41 | 0.65 |
| Hex | C6 | 83 | CB | 2 | 23 | 0 | 14 | 128 | 29 | 41 |
| Octal | 306 | 203 | 313 | 2 | 43 | 0 | 24 | 450 | 51 | 101 |
| Binary | 11000110 | 10000011 | 11001011 | 10 | 100011 | 0 | 10100 | 100101000 | 101001 | 1000001 |
Color Harmonies of #C683CB
Complementary color
Monochromatic Colors of #C683CB
Black with #C683CB
Text Example
Text Example
White with #C683CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C683CB; }
p { color: rgb(198,131,203); }
H1.HeaderClassName
{
color: #C683CB;
}
.AnyTagClassName
{
color: #C683CB;
}
</style>
background-color css
<style>
a { background-color: #C683CB; }
a { background-color: rgb(198,131,203); }
div.DivClassName
{
background-color: #C683CB;
}
.BgClassName
{
background-color: #C683CB;
}
</style>
border-color css
<style>
span { border-color: #C683CB; }
span { border-color: rgb(198,131,203); }
td.TdClassName
{
border-color: #C683CB;
}
.TagClassName
{
border-color: #C683CB;
}
</style>