Shades of Orchid #CB69DF
Tints of Orchid #CB69DF
RGB
CMYK
RGB Variations
Color information
#CB69DF (or 0xCB69DF) is known color: Orchid. HEX triplet: CB, 69 and DF. RGB value is (203,105,223). Sum of RGB (Red+Green+Blue) = 203+105+223=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB69DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB69DF is #349620. Grayscale: #939393. Windows color (decimal): -3446305 or 14641611. OLE color: 14641611.
HSL color Cylindrical-coordinate representation of color #CB69DF: hue angle of 289.83º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB69DF is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 105 | 223 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.13 |
| HSL | 289.83º | 0.65% | 0.64% | - |
| HSV(B) | 289.83º | 0.53% | 0.87% | - |
| XYZ | 43 | 28.13 | 72.97 | - |
| YUV | 147.75 | 170.47 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 223 | 0.09 | 0.53 | 0 | 0.13 | 289.83 | 0.65 | 0.64 |
| Hex | CB | 69 | DF | 9 | 35 | 0 | D | 122 | 41 | 40 |
| Octal | 313 | 151 | 337 | 11 | 65 | 0 | 15 | 442 | 101 | 100 |
| Binary | 11001011 | 1101001 | 11011111 | 1001 | 110101 | 0 | 1101 | 100100010 | 1000001 | 1000000 |
Color Harmonies of #CB69DF
Complementary color
Monochromatic Colors of #CB69DF
Black with #CB69DF
Text Example
Text Example
White with #CB69DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB69DF; }
p { color: rgb(203,105,223); }
H1.HeaderClassName
{
color: #CB69DF;
}
.AnyTagClassName
{
color: #CB69DF;
}
</style>
background-color css
<style>
a { background-color: #CB69DF; }
a { background-color: rgb(203,105,223); }
div.DivClassName
{
background-color: #CB69DF;
}
.BgClassName
{
background-color: #CB69DF;
}
</style>
border-color css
<style>
span { border-color: #CB69DF; }
span { border-color: rgb(203,105,223); }
td.TdClassName
{
border-color: #CB69DF;
}
.TagClassName
{
border-color: #CB69DF;
}
</style>