Shades of Medium Orchid #CB65DF
Tints of Medium Orchid #CB65DF
RGB
CMYK
RGB Variations
Color information
#CB65DF (or 0xCB65DF) is known color: Medium Orchid. HEX triplet: CB, 65 and DF. RGB value is (203,101,223). Sum of RGB (Red+Green+Blue) = 203+101+223=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB65DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB65DF is #349A20. Grayscale: #919191. Windows color (decimal): -3447329 or 14640587. OLE color: 14640587.
HSL color Cylindrical-coordinate representation of color #CB65DF: hue angle of 290.16º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB65DF is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 101 | 223 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.13 |
| HSL | 290.16º | 0.66% | 0.64% | - |
| HSV(B) | 290.16º | 0.55% | 0.87% | - |
| XYZ | 42.6 | 27.33 | 72.84 | - |
| YUV | 145.41 | 171.79 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 223 | 0.09 | 0.55 | 0 | 0.13 | 290.16 | 0.66 | 0.64 |
| Hex | CB | 65 | DF | 9 | 37 | 0 | D | 122 | 42 | 40 |
| Octal | 313 | 145 | 337 | 11 | 67 | 0 | 15 | 442 | 102 | 100 |
| Binary | 11001011 | 1100101 | 11011111 | 1001 | 110111 | 0 | 1101 | 100100010 | 1000010 | 1000000 |
Color Harmonies of #CB65DF
Complementary color
Monochromatic Colors of #CB65DF
Black with #CB65DF
Text Example
Text Example
White with #CB65DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB65DF; }
p { color: rgb(203,101,223); }
H1.HeaderClassName
{
color: #CB65DF;
}
.AnyTagClassName
{
color: #CB65DF;
}
</style>
background-color css
<style>
a { background-color: #CB65DF; }
a { background-color: rgb(203,101,223); }
div.DivClassName
{
background-color: #CB65DF;
}
.BgClassName
{
background-color: #CB65DF;
}
</style>
border-color css
<style>
span { border-color: #CB65DF; }
span { border-color: rgb(203,101,223); }
td.TdClassName
{
border-color: #CB65DF;
}
.TagClassName
{
border-color: #CB65DF;
}
</style>