Shades of Orchid #CB67CC
Tints of Orchid #CB67CC
RGB
CMYK
RGB Variations
Color information
#CB67CC (or 0xCB67CC) is known color: Orchid. HEX triplet: CB, 67 and CC. RGB value is (203,103,204). Sum of RGB (Red+Green+Blue) = 203+103+204=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB67CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB67CC is #349833. Grayscale: #909090. Windows color (decimal): -3446836 or 13395915. OLE color: 13395915.
HSL color Cylindrical-coordinate representation of color #CB67CC: hue angle of 299.41º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB67CC is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 103 | 204 | - |
| CMYK | 0.00 | 0.50 | 0 | 0.2 |
| HSL | 299.41º | 0.5% | 0.6% | - |
| HSV(B) | 299.41º | 0.5% | 0.8% | - |
| XYZ | 40.38 | 26.76 | 60.16 | - |
| YUV | 144.41 | 161.63 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 204 | 0.00 | 0.50 | 0 | 0.2 | 299.41 | 0.5 | 0.6 |
| Hex | CB | 67 | CC | 0 | 32 | 0 | 14 | 12B | 32 | 3C |
| Octal | 313 | 147 | 314 | 0 | 62 | 0 | 24 | 453 | 62 | 74 |
| Binary | 11001011 | 1100111 | 11001100 | 0 | 110010 | 0 | 10100 | 100101011 | 110010 | 111100 |
Color Harmonies of #CB67CC
Complementary color
Monochromatic Colors of #CB67CC
Black with #CB67CC
Text Example
Text Example
White with #CB67CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB67CC; }
p { color: rgb(203,103,204); }
H1.HeaderClassName
{
color: #CB67CC;
}
.AnyTagClassName
{
color: #CB67CC;
}
</style>
background-color css
<style>
a { background-color: #CB67CC; }
a { background-color: rgb(203,103,204); }
div.DivClassName
{
background-color: #CB67CC;
}
.BgClassName
{
background-color: #CB67CC;
}
</style>
border-color css
<style>
span { border-color: #CB67CC; }
span { border-color: rgb(203,103,204); }
td.TdClassName
{
border-color: #CB67CC;
}
.TagClassName
{
border-color: #CB67CC;
}
</style>