Shades of Orchid #CB65DA
Tints of Orchid #CB65DA
RGB
CMYK
RGB Variations
Color information
#CB65DA (or 0xCB65DA) is known color: Orchid. HEX triplet: CB, 65 and DA. RGB value is (203,101,218). Sum of RGB (Red+Green+Blue) = 203+101+218=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB65DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB65DA is #349A25. Grayscale: #909090. Windows color (decimal): -3447334 or 14312907. OLE color: 14312907.
HSL color Cylindrical-coordinate representation of color #CB65DA: hue angle of 292.31º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB65DA is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 101 | 218 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.15 |
| HSL | 292.31º | 0.61% | 0.63% | - |
| HSV(B) | 292.31º | 0.54% | 0.85% | - |
| XYZ | 41.94 | 27.07 | 69.34 | - |
| YUV | 144.84 | 169.29 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 218 | 0.07 | 0.54 | 0 | 0.15 | 292.31 | 0.61 | 0.63 |
| Hex | CB | 65 | DA | 7 | 36 | 0 | F | 124 | 3D | 3F |
| Octal | 313 | 145 | 332 | 7 | 66 | 0 | 17 | 444 | 75 | 77 |
| Binary | 11001011 | 1100101 | 11011010 | 111 | 110110 | 0 | 1111 | 100100100 | 111101 | 111111 |
Color Harmonies of #CB65DA
Complementary color
Monochromatic Colors of #CB65DA
Black with #CB65DA
Text Example
Text Example
White with #CB65DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB65DA; }
p { color: rgb(203,101,218); }
H1.HeaderClassName
{
color: #CB65DA;
}
.AnyTagClassName
{
color: #CB65DA;
}
</style>
background-color css
<style>
a { background-color: #CB65DA; }
a { background-color: rgb(203,101,218); }
div.DivClassName
{
background-color: #CB65DA;
}
.BgClassName
{
background-color: #CB65DA;
}
</style>
border-color css
<style>
span { border-color: #CB65DA; }
span { border-color: rgb(203,101,218); }
td.TdClassName
{
border-color: #CB65DA;
}
.TagClassName
{
border-color: #CB65DA;
}
</style>