Shades of Orchid #CB6FCD
Tints of Orchid #CB6FCD
RGB
CMYK
RGB Variations
Color information
#CB6FCD (or 0xCB6FCD) is known color: Orchid. HEX triplet: CB, 6F and CD. RGB value is (203,111,205). Sum of RGB (Red+Green+Blue) = 203+111+205=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB6FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6FCD is #349032. Grayscale: #949494. Windows color (decimal): -3444787 or 13463499. OLE color: 13463499.
HSL color Cylindrical-coordinate representation of color #CB6FCD: hue angle of 298.72º 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 #CB6FCD is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 111 | 205 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.20 |
| HSL | 298.72º | 0.48% | 0.62% | - |
| HSV(B) | 298.72º | 0.46% | 0.8% | - |
| XYZ | 41.33 | 28.47 | 61.08 | - |
| YUV | 149.22 | 159.48 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 205 | 0.01 | 0.46 | 0 | 0.20 | 298.72 | 0.48 | 0.62 |
| Hex | CB | 6F | CD | 1 | 2E | 0 | 14 | 12B | 30 | 3E |
| Octal | 313 | 157 | 315 | 1 | 56 | 0 | 24 | 453 | 60 | 76 |
| Binary | 11001011 | 1101111 | 11001101 | 1 | 101110 | 0 | 10100 | 100101011 | 110000 | 111110 |
Color Harmonies of #CB6FCD
Complementary color
Monochromatic Colors of #CB6FCD
Black with #CB6FCD
Text Example
Text Example
White with #CB6FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6FCD; }
p { color: rgb(203,111,205); }
H1.HeaderClassName
{
color: #CB6FCD;
}
.AnyTagClassName
{
color: #CB6FCD;
}
</style>
background-color css
<style>
a { background-color: #CB6FCD; }
a { background-color: rgb(203,111,205); }
div.DivClassName
{
background-color: #CB6FCD;
}
.BgClassName
{
background-color: #CB6FCD;
}
</style>
border-color css
<style>
span { border-color: #CB6FCD; }
span { border-color: rgb(203,111,205); }
td.TdClassName
{
border-color: #CB6FCD;
}
.TagClassName
{
border-color: #CB6FCD;
}
</style>