Shades of Orchid #CB67CF
Tints of Orchid #CB67CF
RGB
CMYK
RGB Variations
Color information
#CB67CF (or 0xCB67CF) is known color: Orchid. HEX triplet: CB, 67 and CF. RGB value is (203,103,207). Sum of RGB (Red+Green+Blue) = 203+103+207=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB67CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB67CF is #349830. Grayscale: #909090. Windows color (decimal): -3446833 or 13592523. OLE color: 13592523.
HSL color Cylindrical-coordinate representation of color #CB67CF: hue angle of 297.69º degrees, saturation: 0.52, 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 #CB67CF is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 103 | 207 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.19 |
| HSL | 297.69º | 0.52% | 0.61% | - |
| HSV(B) | 297.69º | 0.5% | 0.81% | - |
| XYZ | 40.74 | 26.9 | 62.08 | - |
| YUV | 144.76 | 163.13 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 207 | 0.02 | 0.50 | 0 | 0.19 | 297.69 | 0.52 | 0.61 |
| Hex | CB | 67 | CF | 2 | 32 | 0 | 13 | 12A | 34 | 3D |
| Octal | 313 | 147 | 317 | 2 | 62 | 0 | 23 | 452 | 64 | 75 |
| Binary | 11001011 | 1100111 | 11001111 | 10 | 110010 | 0 | 10011 | 100101010 | 110100 | 111101 |
Color Harmonies of #CB67CF
Complementary color
Monochromatic Colors of #CB67CF
Black with #CB67CF
Text Example
Text Example
White with #CB67CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB67CF; }
p { color: rgb(203,103,207); }
H1.HeaderClassName
{
color: #CB67CF;
}
.AnyTagClassName
{
color: #CB67CF;
}
</style>
background-color css
<style>
a { background-color: #CB67CF; }
a { background-color: rgb(203,103,207); }
div.DivClassName
{
background-color: #CB67CF;
}
.BgClassName
{
background-color: #CB67CF;
}
</style>
border-color css
<style>
span { border-color: #CB67CF; }
span { border-color: rgb(203,103,207); }
td.TdClassName
{
border-color: #CB67CF;
}
.TagClassName
{
border-color: #CB67CF;
}
</style>