Shades of Orchid #CB69CA
Tints of Orchid #CB69CA
RGB
CMYK
RGB Variations
Color information
#CB69CA (or 0xCB69CA) is known color: Orchid. HEX triplet: CB, 69 and CA. RGB value is (203,105,202). Sum of RGB (Red+Green+Blue) = 203+105+202=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CB69CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB69CA is #349635. Grayscale: #919191. Windows color (decimal): -3446326 or 13265355. OLE color: 13265355.
HSL color Cylindrical-coordinate representation of color #CB69CA: hue angle of 300.61º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB69CA is Cyan = 0, Magento = 0.48, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 105 | 202 | - |
| CMYK | 0 | 0.48 | 0.00 | 0.20 |
| HSL | 300.61º | 0.49% | 0.6% | - |
| HSV(B) | 300.61º | 0.48% | 0.8% | - |
| XYZ | 40.34 | 27.06 | 58.97 | - |
| YUV | 145.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 202 | 0 | 0.48 | 0.00 | 0.20 | 300.61 | 0.49 | 0.6 |
| Hex | CB | 69 | CA | 0 | 30 | 0 | 14 | 12D | 31 | 3C |
| Octal | 313 | 151 | 312 | 0 | 60 | 0 | 24 | 455 | 61 | 74 |
| Binary | 11001011 | 1101001 | 11001010 | 0 | 110000 | 0 | 10100 | 100101101 | 110001 | 111100 |
Color Harmonies of #CB69CA
Complementary color
Monochromatic Colors of #CB69CA
Black with #CB69CA
Text Example
Text Example
White with #CB69CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB69CA; }
p { color: rgb(203,105,202); }
H1.HeaderClassName
{
color: #CB69CA;
}
.AnyTagClassName
{
color: #CB69CA;
}
</style>
background-color css
<style>
a { background-color: #CB69CA; }
a { background-color: rgb(203,105,202); }
div.DivClassName
{
background-color: #CB69CA;
}
.BgClassName
{
background-color: #CB69CA;
}
</style>
border-color css
<style>
span { border-color: #CB69CA; }
span { border-color: rgb(203,105,202); }
td.TdClassName
{
border-color: #CB69CA;
}
.TagClassName
{
border-color: #CB69CA;
}
</style>