Shades of Medium Orchid #CB66E8
Tints of Medium Orchid #CB66E8
RGB
CMYK
RGB Variations
Color information
#CB66E8 (or 0xCB66E8) is known color: Medium Orchid. HEX triplet: CB, 66 and E8. RGB value is (203,102,232). Sum of RGB (Red+Green+Blue) = 203+102+232=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 232 (91.02% from 255 or 43.20% from 537); Max value from RGB is 232 - color contains mainly: blue. Hex color #CB66E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB66E8 is #349917. Grayscale: #929292. Windows color (decimal): -3447064 or 15230667. OLE color: 15230667.
HSL color Cylindrical-coordinate representation of color #CB66E8: hue angle of 286.62º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB66E8 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 102 | 232 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.09 |
| HSL | 286.62º | 0.74% | 0.65% | - |
| HSV(B) | 286.62º | 0.56% | 0.91% | - |
| XYZ | 43.95 | 28.03 | 79.44 | - |
| YUV | 147.02 | 175.96 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 232 | 0.12 | 0.56 | 0 | 0.09 | 286.62 | 0.74 | 0.65 |
| Hex | CB | 66 | E8 | C | 38 | 0 | 9 | 11F | 4A | 41 |
| Octal | 313 | 146 | 350 | 14 | 70 | 0 | 11 | 437 | 112 | 101 |
| Binary | 11001011 | 1100110 | 11101000 | 1100 | 111000 | 0 | 1001 | 100011111 | 1001010 | 1000001 |
Color Harmonies of #CB66E8
Complementary color
Monochromatic Colors of #CB66E8
Black with #CB66E8
Text Example
Text Example
White with #CB66E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB66E8; }
p { color: rgb(203,102,232); }
H1.HeaderClassName
{
color: #CB66E8;
}
.AnyTagClassName
{
color: #CB66E8;
}
</style>
background-color css
<style>
a { background-color: #CB66E8; }
a { background-color: rgb(203,102,232); }
div.DivClassName
{
background-color: #CB66E8;
}
.BgClassName
{
background-color: #CB66E8;
}
</style>
border-color css
<style>
span { border-color: #CB66E8; }
span { border-color: rgb(203,102,232); }
td.TdClassName
{
border-color: #CB66E8;
}
.TagClassName
{
border-color: #CB66E8;
}
</style>