Shades of Orchid #CB6AE5
Tints of Orchid #CB6AE5
RGB
CMYK
RGB Variations
Color information
#CB6AE5 (or 0xCB6AE5) is known color: Orchid. HEX triplet: CB, 6A and E5. RGB value is (203,106,229). Sum of RGB (Red+Green+Blue) = 203+106+229=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB6AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6AE5 is #34951A. Grayscale: #949494. Windows color (decimal): -3446043 or 15035083. OLE color: 15035083.
HSL color Cylindrical-coordinate representation of color #CB6AE5: hue angle of 287.32º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB6AE5 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 106 | 229 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.10 |
| HSL | 287.32º | 0.7% | 0.66% | - |
| HSV(B) | 287.32º | 0.54% | 0.9% | - |
| XYZ | 43.93 | 28.66 | 77.35 | - |
| YUV | 149.03 | 173.14 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 106 | 229 | 0.11 | 0.54 | 0 | 0.10 | 287.32 | 0.7 | 0.66 |
| Hex | CB | 6A | E5 | B | 36 | 0 | A | 11F | 46 | 42 |
| Octal | 313 | 152 | 345 | 13 | 66 | 0 | 12 | 437 | 106 | 102 |
| Binary | 11001011 | 1101010 | 11100101 | 1011 | 110110 | 0 | 1010 | 100011111 | 1000110 | 1000010 |
Color Harmonies of #CB6AE5
Complementary color
Monochromatic Colors of #CB6AE5
Black with #CB6AE5
Text Example
Text Example
White with #CB6AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6AE5; }
p { color: rgb(203,106,229); }
H1.HeaderClassName
{
color: #CB6AE5;
}
.AnyTagClassName
{
color: #CB6AE5;
}
</style>
background-color css
<style>
a { background-color: #CB6AE5; }
a { background-color: rgb(203,106,229); }
div.DivClassName
{
background-color: #CB6AE5;
}
.BgClassName
{
background-color: #CB6AE5;
}
</style>
border-color css
<style>
span { border-color: #CB6AE5; }
span { border-color: rgb(203,106,229); }
td.TdClassName
{
border-color: #CB6AE5;
}
.TagClassName
{
border-color: #CB6AE5;
}
</style>