Shades of Orchid #CB6ACC
Tints of Orchid #CB6ACC
RGB
CMYK
RGB Variations
Color information
#CB6ACC (or 0xCB6ACC) is known color: Orchid. HEX triplet: CB, 6A and CC. RGB value is (203,106,204). Sum of RGB (Red+Green+Blue) = 203+106+204=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB6ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6ACC is #349533. Grayscale: #919191. Windows color (decimal): -3446068 or 13396683. OLE color: 13396683.
HSL color Cylindrical-coordinate representation of color #CB6ACC: hue angle of 299.39º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6ACC is Cyan = 0.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 106 | 204 | - |
| CMYK | 0.00 | 0.48 | 0 | 0.2 |
| HSL | 299.39º | 0.49% | 0.61% | - |
| HSV(B) | 299.39º | 0.48% | 0.8% | - |
| XYZ | 40.68 | 27.36 | 60.26 | - |
| YUV | 146.18 | 160.64 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 106 | 204 | 0.00 | 0.48 | 0 | 0.2 | 299.39 | 0.49 | 0.61 |
| Hex | CB | 6A | CC | 0 | 30 | 0 | 14 | 12B | 31 | 3D |
| Octal | 313 | 152 | 314 | 0 | 60 | 0 | 24 | 453 | 61 | 75 |
| Binary | 11001011 | 1101010 | 11001100 | 0 | 110000 | 0 | 10100 | 100101011 | 110001 | 111101 |
Color Harmonies of #CB6ACC
Complementary color
Monochromatic Colors of #CB6ACC
Black with #CB6ACC
Text Example
Text Example
White with #CB6ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6ACC; }
p { color: rgb(203,106,204); }
H1.HeaderClassName
{
color: #CB6ACC;
}
.AnyTagClassName
{
color: #CB6ACC;
}
</style>
background-color css
<style>
a { background-color: #CB6ACC; }
a { background-color: rgb(203,106,204); }
div.DivClassName
{
background-color: #CB6ACC;
}
.BgClassName
{
background-color: #CB6ACC;
}
</style>
border-color css
<style>
span { border-color: #CB6ACC; }
span { border-color: rgb(203,106,204); }
td.TdClassName
{
border-color: #CB6ACC;
}
.TagClassName
{
border-color: #CB6ACC;
}
</style>