Shades of Orchid #CB67CE
Tints of Orchid #CB67CE
RGB
CMYK
RGB Variations
Color information
#CB67CE (or 0xCB67CE) is known color: Orchid. HEX triplet: CB, 67 and CE. RGB value is (203,103,206). Sum of RGB (Red+Green+Blue) = 203+103+206=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB67CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB67CE is #349831. Grayscale: #909090. Windows color (decimal): -3446834 or 13526987. OLE color: 13526987.
HSL color Cylindrical-coordinate representation of color #CB67CE: hue angle of 298.25º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB67CE is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 103 | 206 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.19 |
| HSL | 298.25º | 0.51% | 0.61% | - |
| HSV(B) | 298.25º | 0.5% | 0.81% | - |
| XYZ | 40.62 | 26.85 | 61.43 | - |
| YUV | 144.64 | 162.63 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 206 | 0.01 | 0.50 | 0 | 0.19 | 298.25 | 0.51 | 0.61 |
| Hex | CB | 67 | CE | 1 | 32 | 0 | 13 | 12A | 33 | 3D |
| Octal | 313 | 147 | 316 | 1 | 62 | 0 | 23 | 452 | 63 | 75 |
| Binary | 11001011 | 1100111 | 11001110 | 1 | 110010 | 0 | 10011 | 100101010 | 110011 | 111101 |
Color Harmonies of #CB67CE
Complementary color
Monochromatic Colors of #CB67CE
Black with #CB67CE
Text Example
Text Example
White with #CB67CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB67CE; }
p { color: rgb(203,103,206); }
H1.HeaderClassName
{
color: #CB67CE;
}
.AnyTagClassName
{
color: #CB67CE;
}
</style>
background-color css
<style>
a { background-color: #CB67CE; }
a { background-color: rgb(203,103,206); }
div.DivClassName
{
background-color: #CB67CE;
}
.BgClassName
{
background-color: #CB67CE;
}
</style>
border-color css
<style>
span { border-color: #CB67CE; }
span { border-color: rgb(203,103,206); }
td.TdClassName
{
border-color: #CB67CE;
}
.TagClassName
{
border-color: #CB67CE;
}
</style>