Shades of Orchid #CB6FD5
Tints of Orchid #CB6FD5
RGB
CMYK
RGB Variations
Color information
#CB6FD5 (or 0xCB6FD5) is known color: Orchid. HEX triplet: CB, 6F and D5. RGB value is (203,111,213). Sum of RGB (Red+Green+Blue) = 203+111+213=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB6FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6FD5 is #34902A. Grayscale: #959595. Windows color (decimal): -3444779 or 13987787. OLE color: 13987787.
HSL color Cylindrical-coordinate representation of color #CB6FD5: hue angle of 294.12º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6FD5 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 111 | 213 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.16 |
| HSL | 294.12º | 0.55% | 0.64% | - |
| HSV(B) | 294.12º | 0.48% | 0.84% | - |
| XYZ | 42.32 | 28.87 | 66.29 | - |
| YUV | 150.14 | 163.48 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 213 | 0.05 | 0.48 | 0 | 0.16 | 294.12 | 0.55 | 0.64 |
| Hex | CB | 6F | D5 | 5 | 30 | 0 | 10 | 126 | 37 | 40 |
| Octal | 313 | 157 | 325 | 5 | 60 | 0 | 20 | 446 | 67 | 100 |
| Binary | 11001011 | 1101111 | 11010101 | 101 | 110000 | 0 | 10000 | 100100110 | 110111 | 1000000 |
Color Harmonies of #CB6FD5
Complementary color
Monochromatic Colors of #CB6FD5
Black with #CB6FD5
Text Example
Text Example
White with #CB6FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6FD5; }
p { color: rgb(203,111,213); }
H1.HeaderClassName
{
color: #CB6FD5;
}
.AnyTagClassName
{
color: #CB6FD5;
}
</style>
background-color css
<style>
a { background-color: #CB6FD5; }
a { background-color: rgb(203,111,213); }
div.DivClassName
{
background-color: #CB6FD5;
}
.BgClassName
{
background-color: #CB6FD5;
}
</style>
border-color css
<style>
span { border-color: #CB6FD5; }
span { border-color: rgb(203,111,213); }
td.TdClassName
{
border-color: #CB6FD5;
}
.TagClassName
{
border-color: #CB6FD5;
}
</style>