Shades of Orchid #CB6ACF
Tints of Orchid #CB6ACF
RGB
CMYK
RGB Variations
Color information
#CB6ACF (or 0xCB6ACF) is known color: Orchid. HEX triplet: CB, 6A and CF. RGB value is (203,106,207). Sum of RGB (Red+Green+Blue) = 203+106+207=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB6ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6ACF is #349530. Grayscale: #929292. Windows color (decimal): -3446065 or 13593291. OLE color: 13593291.
HSL color Cylindrical-coordinate representation of color #CB6ACF: hue angle of 297.62º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB6ACF is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 106 | 207 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.19 |
| HSL | 297.62º | 0.51% | 0.61% | - |
| HSV(B) | 297.62º | 0.49% | 0.81% | - |
| XYZ | 41.05 | 27.51 | 62.18 | - |
| YUV | 146.52 | 162.14 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 106 | 207 | 0.02 | 0.49 | 0 | 0.19 | 297.62 | 0.51 | 0.61 |
| Hex | CB | 6A | CF | 2 | 31 | 0 | 13 | 12A | 33 | 3D |
| Octal | 313 | 152 | 317 | 2 | 61 | 0 | 23 | 452 | 63 | 75 |
| Binary | 11001011 | 1101010 | 11001111 | 10 | 110001 | 0 | 10011 | 100101010 | 110011 | 111101 |
Color Harmonies of #CB6ACF
Complementary color
Monochromatic Colors of #CB6ACF
Black with #CB6ACF
Text Example
Text Example
White with #CB6ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6ACF; }
p { color: rgb(203,106,207); }
H1.HeaderClassName
{
color: #CB6ACF;
}
.AnyTagClassName
{
color: #CB6ACF;
}
</style>
background-color css
<style>
a { background-color: #CB6ACF; }
a { background-color: rgb(203,106,207); }
div.DivClassName
{
background-color: #CB6ACF;
}
.BgClassName
{
background-color: #CB6ACF;
}
</style>
border-color css
<style>
span { border-color: #CB6ACF; }
span { border-color: rgb(203,106,207); }
td.TdClassName
{
border-color: #CB6ACF;
}
.TagClassName
{
border-color: #CB6ACF;
}
</style>