Shades of Orchid #CB65CF
Tints of Orchid #CB65CF
RGB
CMYK
RGB Variations
Color information
#CB65CF (or 0xCB65CF) is known color: Orchid. HEX triplet: CB, 65 and CF. RGB value is (203,101,207). Sum of RGB (Red+Green+Blue) = 203+101+207=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB65CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB65CF is #349A30. Grayscale: #8F8F8F. Windows color (decimal): -3447345 or 13592011. OLE color: 13592011.
HSL color Cylindrical-coordinate representation of color #CB65CF: hue angle of 297.74º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB65CF is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 101 | 207 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.19 |
| HSL | 297.74º | 0.52% | 0.6% | - |
| HSV(B) | 297.74º | 0.51% | 0.81% | - |
| XYZ | 40.54 | 26.51 | 62.01 | - |
| YUV | 143.58 | 163.79 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 207 | 0.02 | 0.51 | 0 | 0.19 | 297.74 | 0.52 | 0.6 |
| Hex | CB | 65 | CF | 2 | 33 | 0 | 13 | 12A | 34 | 3C |
| Octal | 313 | 145 | 317 | 2 | 63 | 0 | 23 | 452 | 64 | 74 |
| Binary | 11001011 | 1100101 | 11001111 | 10 | 110011 | 0 | 10011 | 100101010 | 110100 | 111100 |
Color Harmonies of #CB65CF
Complementary color
Monochromatic Colors of #CB65CF
Black with #CB65CF
Text Example
Text Example
White with #CB65CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB65CF; }
p { color: rgb(203,101,207); }
H1.HeaderClassName
{
color: #CB65CF;
}
.AnyTagClassName
{
color: #CB65CF;
}
</style>
background-color css
<style>
a { background-color: #CB65CF; }
a { background-color: rgb(203,101,207); }
div.DivClassName
{
background-color: #CB65CF;
}
.BgClassName
{
background-color: #CB65CF;
}
</style>
border-color css
<style>
span { border-color: #CB65CF; }
span { border-color: rgb(203,101,207); }
td.TdClassName
{
border-color: #CB65CF;
}
.TagClassName
{
border-color: #CB65CF;
}
</style>