Shades of Medium Orchid #CB64DE
Tints of Medium Orchid #CB64DE
RGB
CMYK
RGB Variations
Color information
#CB64DE (or 0xCB64DE) is known color: Medium Orchid. HEX triplet: CB, 64 and DE. RGB value is (203,100,222). Sum of RGB (Red+Green+Blue) = 203+100+222=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 100 (39.45% from 255 or 19.05% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB64DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB64DE is #349B21. Grayscale: #909090. Windows color (decimal): -3447586 or 14574795. OLE color: 14574795.
HSL color Cylindrical-coordinate representation of color #CB64DE: hue angle of 290.66º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB64DE is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 100 | 222 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.13 |
| HSL | 290.66º | 0.65% | 0.63% | - |
| HSV(B) | 290.66º | 0.55% | 0.87% | - |
| XYZ | 42.37 | 27.08 | 72.1 | - |
| YUV | 144.71 | 171.62 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 222 | 0.09 | 0.55 | 0 | 0.13 | 290.66 | 0.65 | 0.63 |
| Hex | CB | 64 | DE | 9 | 37 | 0 | D | 123 | 41 | 3F |
| Octal | 313 | 144 | 336 | 11 | 67 | 0 | 15 | 443 | 101 | 77 |
| Binary | 11001011 | 1100100 | 11011110 | 1001 | 110111 | 0 | 1101 | 100100011 | 1000001 | 111111 |
Color Harmonies of #CB64DE
Complementary color
Monochromatic Colors of #CB64DE
Black with #CB64DE
Text Example
Text Example
White with #CB64DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB64DE; }
p { color: rgb(203,100,222); }
H1.HeaderClassName
{
color: #CB64DE;
}
.AnyTagClassName
{
color: #CB64DE;
}
</style>
background-color css
<style>
a { background-color: #CB64DE; }
a { background-color: rgb(203,100,222); }
div.DivClassName
{
background-color: #CB64DE;
}
.BgClassName
{
background-color: #CB64DE;
}
</style>
border-color css
<style>
span { border-color: #CB64DE; }
span { border-color: rgb(203,100,222); }
td.TdClassName
{
border-color: #CB64DE;
}
.TagClassName
{
border-color: #CB64DE;
}
</style>