Shades of Orchid #CB65CE
Tints of Orchid #CB65CE
RGB
CMYK
RGB Variations
Color information
#CB65CE (or 0xCB65CE) is known color: Orchid. HEX triplet: CB, 65 and CE. RGB value is (203,101,206). Sum of RGB (Red+Green+Blue) = 203+101+206=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB65CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB65CE is #349A31. Grayscale: #8F8F8F. Windows color (decimal): -3447346 or 13526475. OLE color: 13526475.
HSL color Cylindrical-coordinate representation of color #CB65CE: hue angle of 298.29º 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 #CB65CE is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 101 | 206 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.19 |
| HSL | 298.29º | 0.52% | 0.6% | - |
| HSV(B) | 298.29º | 0.51% | 0.81% | - |
| XYZ | 40.42 | 26.46 | 61.37 | - |
| YUV | 143.47 | 163.29 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 206 | 0.01 | 0.51 | 0 | 0.19 | 298.29 | 0.52 | 0.6 |
| Hex | CB | 65 | CE | 1 | 33 | 0 | 13 | 12A | 34 | 3C |
| Octal | 313 | 145 | 316 | 1 | 63 | 0 | 23 | 452 | 64 | 74 |
| Binary | 11001011 | 1100101 | 11001110 | 1 | 110011 | 0 | 10011 | 100101010 | 110100 | 111100 |
Color Harmonies of #CB65CE
Complementary color
Monochromatic Colors of #CB65CE
Black with #CB65CE
Text Example
Text Example
White with #CB65CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB65CE; }
p { color: rgb(203,101,206); }
H1.HeaderClassName
{
color: #CB65CE;
}
.AnyTagClassName
{
color: #CB65CE;
}
</style>
background-color css
<style>
a { background-color: #CB65CE; }
a { background-color: rgb(203,101,206); }
div.DivClassName
{
background-color: #CB65CE;
}
.BgClassName
{
background-color: #CB65CE;
}
</style>
border-color css
<style>
span { border-color: #CB65CE; }
span { border-color: rgb(203,101,206); }
td.TdClassName
{
border-color: #CB65CE;
}
.TagClassName
{
border-color: #CB65CE;
}
</style>