Shades of Orchid #CB69D5
Tints of Orchid #CB69D5
RGB
CMYK
RGB Variations
Color information
#CB69D5 (or 0xCB69D5) is known color: Orchid. HEX triplet: CB, 69 and D5. RGB value is (203,105,213). Sum of RGB (Red+Green+Blue) = 203+105+213=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB69D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB69D5 is #34962A. Grayscale: #929292. Windows color (decimal): -3446315 or 13986251. OLE color: 13986251.
HSL color Cylindrical-coordinate representation of color #CB69D5: hue angle of 294.44º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB69D5 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 105 | 213 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.16 |
| HSL | 294.44º | 0.56% | 0.62% | - |
| HSV(B) | 294.44º | 0.51% | 0.84% | - |
| XYZ | 41.69 | 27.6 | 66.08 | - |
| YUV | 146.61 | 165.47 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 213 | 0.05 | 0.51 | 0 | 0.16 | 294.44 | 0.56 | 0.62 |
| Hex | CB | 69 | D5 | 5 | 33 | 0 | 10 | 126 | 38 | 3E |
| Octal | 313 | 151 | 325 | 5 | 63 | 0 | 20 | 446 | 70 | 76 |
| Binary | 11001011 | 1101001 | 11010101 | 101 | 110011 | 0 | 10000 | 100100110 | 111000 | 111110 |
Color Harmonies of #CB69D5
Complementary color
Monochromatic Colors of #CB69D5
Black with #CB69D5
Text Example
Text Example
White with #CB69D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB69D5; }
p { color: rgb(203,105,213); }
H1.HeaderClassName
{
color: #CB69D5;
}
.AnyTagClassName
{
color: #CB69D5;
}
</style>
background-color css
<style>
a { background-color: #CB69D5; }
a { background-color: rgb(203,105,213); }
div.DivClassName
{
background-color: #CB69D5;
}
.BgClassName
{
background-color: #CB69D5;
}
</style>
border-color css
<style>
span { border-color: #CB69D5; }
span { border-color: rgb(203,105,213); }
td.TdClassName
{
border-color: #CB69D5;
}
.TagClassName
{
border-color: #CB69D5;
}
</style>