Shades of Orchid #CB65CD
Tints of Orchid #CB65CD
RGB
CMYK
RGB Variations
Color information
#CB65CD (or 0xCB65CD) is known color: Orchid. HEX triplet: CB, 65 and CD. RGB value is (203,101,205). Sum of RGB (Red+Green+Blue) = 203+101+205=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB65CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB65CD is #349A32. Grayscale: #8F8F8F. Windows color (decimal): -3447347 or 13460939. OLE color: 13460939.
HSL color Cylindrical-coordinate representation of color #CB65CD: hue angle of 298.85º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB65CD is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 205 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.20 |
| HSL | 298.85º | 0.51% | 0.6% | - |
| HSV(B) | 298.85º | 0.51% | 0.8% | - |
| XYZ | 40.3 | 26.41 | 60.73 | - |
| YUV | 143.35 | 162.79 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 205 | 0.01 | 0.51 | 0 | 0.20 | 298.85 | 0.51 | 0.6 |
| Hex | CB | 65 | CD | 1 | 33 | 0 | 14 | 12B | 33 | 3C |
| Octal | 313 | 145 | 315 | 1 | 63 | 0 | 24 | 453 | 63 | 74 |
| Binary | 11001011 | 1100101 | 11001101 | 1 | 110011 | 0 | 10100 | 100101011 | 110011 | 111100 |
Color Harmonies of #CB65CD
Complementary color
Monochromatic Colors of #CB65CD
Black with #CB65CD
Text Example
Text Example
White with #CB65CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB65CD; }
p { color: rgb(203,101,205); }
H1.HeaderClassName
{
color: #CB65CD;
}
.AnyTagClassName
{
color: #CB65CD;
}
</style>
background-color css
<style>
a { background-color: #CB65CD; }
a { background-color: rgb(203,101,205); }
div.DivClassName
{
background-color: #CB65CD;
}
.BgClassName
{
background-color: #CB65CD;
}
</style>
border-color css
<style>
span { border-color: #CB65CD; }
span { border-color: rgb(203,101,205); }
td.TdClassName
{
border-color: #CB65CD;
}
.TagClassName
{
border-color: #CB65CD;
}
</style>