Shades of Orchid #CB65D6
Tints of Orchid #CB65D6
RGB
CMYK
RGB Variations
Color information
#CB65D6 (or 0xCB65D6) is known color: Orchid. HEX triplet: CB, 65 and D6. RGB value is (203,101,214). Sum of RGB (Red+Green+Blue) = 203+101+214=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB65D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB65D6 is #349A29. Grayscale: #909090. Windows color (decimal): -3447338 or 14050763. OLE color: 14050763.
HSL color Cylindrical-coordinate representation of color #CB65D6: hue angle of 294.16º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB65D6 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 101 | 214 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.16 |
| HSL | 294.16º | 0.58% | 0.62% | - |
| HSV(B) | 294.16º | 0.53% | 0.84% | - |
| XYZ | 41.42 | 26.86 | 66.62 | - |
| YUV | 144.38 | 167.29 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 214 | 0.05 | 0.53 | 0 | 0.16 | 294.16 | 0.58 | 0.62 |
| Hex | CB | 65 | D6 | 5 | 35 | 0 | 10 | 126 | 3A | 3E |
| Octal | 313 | 145 | 326 | 5 | 65 | 0 | 20 | 446 | 72 | 76 |
| Binary | 11001011 | 1100101 | 11010110 | 101 | 110101 | 0 | 10000 | 100100110 | 111010 | 111110 |
Color Harmonies of #CB65D6
Complementary color
Monochromatic Colors of #CB65D6
Black with #CB65D6
Text Example
Text Example
White with #CB65D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB65D6; }
p { color: rgb(203,101,214); }
H1.HeaderClassName
{
color: #CB65D6;
}
.AnyTagClassName
{
color: #CB65D6;
}
</style>
background-color css
<style>
a { background-color: #CB65D6; }
a { background-color: rgb(203,101,214); }
div.DivClassName
{
background-color: #CB65D6;
}
.BgClassName
{
background-color: #CB65D6;
}
</style>
border-color css
<style>
span { border-color: #CB65D6; }
span { border-color: rgb(203,101,214); }
td.TdClassName
{
border-color: #CB65D6;
}
.TagClassName
{
border-color: #CB65D6;
}
</style>