Shades of Orchid #CB6ADF
Tints of Orchid #CB6ADF
RGB
CMYK
RGB Variations
Color information
#CB6ADF (or 0xCB6ADF) is known color: Orchid. HEX triplet: CB, 6A and DF. RGB value is (203,106,223). Sum of RGB (Red+Green+Blue) = 203+106+223=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB6ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6ADF is #349520. Grayscale: #939393. Windows color (decimal): -3446049 or 14641867. OLE color: 14641867.
HSL color Cylindrical-coordinate representation of color #CB6ADF: hue angle of 289.74º degrees, saturation: 0.65, 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 #CB6ADF is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 106 | 223 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.13 |
| HSL | 289.74º | 0.65% | 0.65% | - |
| HSV(B) | 289.74º | 0.52% | 0.87% | - |
| XYZ | 43.1 | 28.33 | 73.01 | - |
| YUV | 148.34 | 170.14 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 106 | 223 | 0.09 | 0.52 | 0 | 0.13 | 289.74 | 0.65 | 0.65 |
| Hex | CB | 6A | DF | 9 | 34 | 0 | D | 122 | 41 | 41 |
| Octal | 313 | 152 | 337 | 11 | 64 | 0 | 15 | 442 | 101 | 101 |
| Binary | 11001011 | 1101010 | 11011111 | 1001 | 110100 | 0 | 1101 | 100100010 | 1000001 | 1000001 |
Color Harmonies of #CB6ADF
Complementary color
Monochromatic Colors of #CB6ADF
Black with #CB6ADF
Text Example
Text Example
White with #CB6ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6ADF; }
p { color: rgb(203,106,223); }
H1.HeaderClassName
{
color: #CB6ADF;
}
.AnyTagClassName
{
color: #CB6ADF;
}
</style>
background-color css
<style>
a { background-color: #CB6ADF; }
a { background-color: rgb(203,106,223); }
div.DivClassName
{
background-color: #CB6ADF;
}
.BgClassName
{
background-color: #CB6ADF;
}
</style>
border-color css
<style>
span { border-color: #CB6ADF; }
span { border-color: rgb(203,106,223); }
td.TdClassName
{
border-color: #CB6ADF;
}
.TagClassName
{
border-color: #CB6ADF;
}
</style>