Shades of Orchid #CB69D3
Tints of Orchid #CB69D3
RGB
CMYK
RGB Variations
Color information
#CB69D3 (or 0xCB69D3) is known color: Orchid. HEX triplet: CB, 69 and D3. RGB value is (203,105,211). Sum of RGB (Red+Green+Blue) = 203+105+211=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB69D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB69D3 is #34962C. Grayscale: #929292. Windows color (decimal): -3446317 or 13855179. OLE color: 13855179.
HSL color Cylindrical-coordinate representation of color #CB69D3: hue angle of 295.47º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB69D3 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 105 | 211 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.17 |
| HSL | 295.47º | 0.55% | 0.62% | - |
| HSV(B) | 295.47º | 0.5% | 0.83% | - |
| XYZ | 41.44 | 27.5 | 64.75 | - |
| YUV | 146.39 | 164.47 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 211 | 0.04 | 0.50 | 0 | 0.17 | 295.47 | 0.55 | 0.62 |
| Hex | CB | 69 | D3 | 4 | 32 | 0 | 11 | 127 | 37 | 3E |
| Octal | 313 | 151 | 323 | 4 | 62 | 0 | 21 | 447 | 67 | 76 |
| Binary | 11001011 | 1101001 | 11010011 | 100 | 110010 | 0 | 10001 | 100100111 | 110111 | 111110 |
Color Harmonies of #CB69D3
Complementary color
Monochromatic Colors of #CB69D3
Black with #CB69D3
Text Example
Text Example
White with #CB69D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB69D3; }
p { color: rgb(203,105,211); }
H1.HeaderClassName
{
color: #CB69D3;
}
.AnyTagClassName
{
color: #CB69D3;
}
</style>
background-color css
<style>
a { background-color: #CB69D3; }
a { background-color: rgb(203,105,211); }
div.DivClassName
{
background-color: #CB69D3;
}
.BgClassName
{
background-color: #CB69D3;
}
</style>
border-color css
<style>
span { border-color: #CB69D3; }
span { border-color: rgb(203,105,211); }
td.TdClassName
{
border-color: #CB69D3;
}
.TagClassName
{
border-color: #CB69D3;
}
</style>