Shades of Orchid #CB6BDF
Tints of Orchid #CB6BDF
RGB
CMYK
RGB Variations
Color information
#CB6BDF (or 0xCB6BDF) is known color: Orchid. HEX triplet: CB, 6B and DF. RGB value is (203,107,223). Sum of RGB (Red+Green+Blue) = 203+107+223=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB6BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6BDF is #349420. Grayscale: #949494. Windows color (decimal): -3445793 or 14642123. OLE color: 14642123.
HSL color Cylindrical-coordinate representation of color #CB6BDF: hue angle of 289.66º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB6BDF is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 107 | 223 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.13 |
| HSL | 289.66º | 0.64% | 0.65% | - |
| HSV(B) | 289.66º | 0.52% | 0.87% | - |
| XYZ | 43.21 | 28.54 | 73.04 | - |
| YUV | 148.93 | 169.8 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 107 | 223 | 0.09 | 0.52 | 0 | 0.13 | 289.66 | 0.64 | 0.65 |
| Hex | CB | 6B | DF | 9 | 34 | 0 | D | 122 | 40 | 41 |
| Octal | 313 | 153 | 337 | 11 | 64 | 0 | 15 | 442 | 100 | 101 |
| Binary | 11001011 | 1101011 | 11011111 | 1001 | 110100 | 0 | 1101 | 100100010 | 1000000 | 1000001 |
Color Harmonies of #CB6BDF
Complementary color
Monochromatic Colors of #CB6BDF
Black with #CB6BDF
Text Example
Text Example
White with #CB6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6BDF; }
p { color: rgb(203,107,223); }
H1.HeaderClassName
{
color: #CB6BDF;
}
.AnyTagClassName
{
color: #CB6BDF;
}
</style>
background-color css
<style>
a { background-color: #CB6BDF; }
a { background-color: rgb(203,107,223); }
div.DivClassName
{
background-color: #CB6BDF;
}
.BgClassName
{
background-color: #CB6BDF;
}
</style>
border-color css
<style>
span { border-color: #CB6BDF; }
span { border-color: rgb(203,107,223); }
td.TdClassName
{
border-color: #CB6BDF;
}
.TagClassName
{
border-color: #CB6BDF;
}
</style>