Shades of Orchid #CB85D2
Tints of Orchid #CB85D2
RGB
CMYK
RGB Variations
Color information
#CB85D2 (or 0xCB85D2) is known color: Orchid. HEX triplet: CB, 85 and D2. RGB value is (203,133,210). Sum of RGB (Red+Green+Blue) = 203+133+210=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 210 (82.42% from 255 or 38.46% from 546); Max value from RGB is 210 - color contains mainly: blue. Hex color #CB85D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85D2 is #347A2D. Grayscale: #A2A2A2. Windows color (decimal): -3439150 or 13796811. OLE color: 13796811.
HSL color Cylindrical-coordinate representation of color #CB85D2: hue angle of 294.55º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB85D2 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 133 | 210 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.18 |
| HSL | 294.55º | 0.46% | 0.67% | - |
| HSV(B) | 294.55º | 0.37% | 0.82% | - |
| XYZ | 44.65 | 34.12 | 65.21 | - |
| YUV | 162.71 | 154.69 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 210 | 0.03 | 0.37 | 0 | 0.18 | 294.55 | 0.46 | 0.67 |
| Hex | CB | 85 | D2 | 3 | 25 | 0 | 12 | 127 | 2E | 43 |
| Octal | 313 | 205 | 322 | 3 | 45 | 0 | 22 | 447 | 56 | 103 |
| Binary | 11001011 | 10000101 | 11010010 | 11 | 100101 | 0 | 10010 | 100100111 | 101110 | 1000011 |
Color Harmonies of #CB85D2
Complementary color
Monochromatic Colors of #CB85D2
Black with #CB85D2
Text Example
Text Example
White with #CB85D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB85D2; }
p { color: rgb(203,133,210); }
H1.HeaderClassName
{
color: #CB85D2;
}
.AnyTagClassName
{
color: #CB85D2;
}
</style>
background-color css
<style>
a { background-color: #CB85D2; }
a { background-color: rgb(203,133,210); }
div.DivClassName
{
background-color: #CB85D2;
}
.BgClassName
{
background-color: #CB85D2;
}
</style>
border-color css
<style>
span { border-color: #CB85D2; }
span { border-color: rgb(203,133,210); }
td.TdClassName
{
border-color: #CB85D2;
}
.TagClassName
{
border-color: #CB85D2;
}
</style>