Shades of Orchid #CB6FCC
Tints of Orchid #CB6FCC
RGB
CMYK
RGB Variations
Color information
#CB6FCC (or 0xCB6FCC) is known color: Orchid. HEX triplet: CB, 6F and CC. RGB value is (203,111,204). Sum of RGB (Red+Green+Blue) = 203+111+204=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB6FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6FCC is #349033. Grayscale: #949494. Windows color (decimal): -3444788 or 13397963. OLE color: 13397963.
HSL color Cylindrical-coordinate representation of color #CB6FCC: hue angle of 299.35º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB6FCC is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 111 | 204 | - |
| CMYK | 0.00 | 0.46 | 0 | 0.2 |
| HSL | 299.35º | 0.48% | 0.62% | - |
| HSV(B) | 299.35º | 0.46% | 0.8% | - |
| XYZ | 41.21 | 28.43 | 60.44 | - |
| YUV | 149.11 | 158.98 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 204 | 0.00 | 0.46 | 0 | 0.2 | 299.35 | 0.48 | 0.62 |
| Hex | CB | 6F | CC | 0 | 2E | 0 | 14 | 12B | 30 | 3E |
| Octal | 313 | 157 | 314 | 0 | 56 | 0 | 24 | 453 | 60 | 76 |
| Binary | 11001011 | 1101111 | 11001100 | 0 | 101110 | 0 | 10100 | 100101011 | 110000 | 111110 |
Color Harmonies of #CB6FCC
Complementary color
Monochromatic Colors of #CB6FCC
Black with #CB6FCC
Text Example
Text Example
White with #CB6FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6FCC; }
p { color: rgb(203,111,204); }
H1.HeaderClassName
{
color: #CB6FCC;
}
.AnyTagClassName
{
color: #CB6FCC;
}
</style>
background-color css
<style>
a { background-color: #CB6FCC; }
a { background-color: rgb(203,111,204); }
div.DivClassName
{
background-color: #CB6FCC;
}
.BgClassName
{
background-color: #CB6FCC;
}
</style>
border-color css
<style>
span { border-color: #CB6FCC; }
span { border-color: rgb(203,111,204); }
td.TdClassName
{
border-color: #CB6FCC;
}
.TagClassName
{
border-color: #CB6FCC;
}
</style>