Shades of Orchid #CB66D8
Tints of Orchid #CB66D8
RGB
CMYK
RGB Variations
Color information
#CB66D8 (or 0xCB66D8) is known color: Orchid. HEX triplet: CB, 66 and D8. RGB value is (203,102,216). Sum of RGB (Red+Green+Blue) = 203+102+216=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB66D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB66D8 is #349927. Grayscale: #909090. Windows color (decimal): -3447080 or 14182091. OLE color: 14182091.
HSL color Cylindrical-coordinate representation of color #CB66D8: hue angle of 293.16º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB66D8 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 102 | 216 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.15 |
| HSL | 293.16º | 0.59% | 0.62% | - |
| HSV(B) | 293.16º | 0.53% | 0.85% | - |
| XYZ | 41.77 | 27.16 | 68.01 | - |
| YUV | 145.2 | 167.96 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 216 | 0.06 | 0.53 | 0 | 0.15 | 293.16 | 0.59 | 0.62 |
| Hex | CB | 66 | D8 | 6 | 35 | 0 | F | 125 | 3B | 3E |
| Octal | 313 | 146 | 330 | 6 | 65 | 0 | 17 | 445 | 73 | 76 |
| Binary | 11001011 | 1100110 | 11011000 | 110 | 110101 | 0 | 1111 | 100100101 | 111011 | 111110 |
Color Harmonies of #CB66D8
Complementary color
Monochromatic Colors of #CB66D8
Black with #CB66D8
Text Example
Text Example
White with #CB66D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB66D8; }
p { color: rgb(203,102,216); }
H1.HeaderClassName
{
color: #CB66D8;
}
.AnyTagClassName
{
color: #CB66D8;
}
</style>
background-color css
<style>
a { background-color: #CB66D8; }
a { background-color: rgb(203,102,216); }
div.DivClassName
{
background-color: #CB66D8;
}
.BgClassName
{
background-color: #CB66D8;
}
</style>
border-color css
<style>
span { border-color: #CB66D8; }
span { border-color: rgb(203,102,216); }
td.TdClassName
{
border-color: #CB66D8;
}
.TagClassName
{
border-color: #CB66D8;
}
</style>