Shades of Medium Orchid #CB43DA
Tints of Medium Orchid #CB43DA
RGB
CMYK
RGB Variations
Color information
#CB43DA (or 0xCB43DA) is known color: Medium Orchid. HEX triplet: CB, 43 and DA. RGB value is (203,67,218). Sum of RGB (Red+Green+Blue) = 203+67+218=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 67 (26.56% from 255 or 13.73% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB43DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB43DA is #34BC25. Grayscale: #7C7C7C. Windows color (decimal): -3456038 or 14304203. OLE color: 14304203.
HSL color Cylindrical-coordinate representation of color #CB43DA: hue angle of 294.04º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB43DA is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 67 | 218 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.15 |
| HSL | 294.04º | 0.67% | 0.56% | - |
| HSV(B) | 294.04º | 0.69% | 0.85% | - |
| XYZ | 39.29 | 21.77 | 68.46 | - |
| YUV | 124.88 | 180.56 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 218 | 0.07 | 0.69 | 0 | 0.15 | 294.04 | 0.67 | 0.56 |
| Hex | CB | 43 | DA | 7 | 45 | 0 | F | 126 | 43 | 38 |
| Octal | 313 | 103 | 332 | 7 | 105 | 0 | 17 | 446 | 103 | 70 |
| Binary | 11001011 | 1000011 | 11011010 | 111 | 1000101 | 0 | 1111 | 100100110 | 1000011 | 111000 |
Color Harmonies of #CB43DA
Complementary color
Monochromatic Colors of #CB43DA
Black with #CB43DA
Text Example
Text Example
White with #CB43DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB43DA; }
p { color: rgb(203,67,218); }
H1.HeaderClassName
{
color: #CB43DA;
}
.AnyTagClassName
{
color: #CB43DA;
}
</style>
background-color css
<style>
a { background-color: #CB43DA; }
a { background-color: rgb(203,67,218); }
div.DivClassName
{
background-color: #CB43DA;
}
.BgClassName
{
background-color: #CB43DA;
}
</style>
border-color css
<style>
span { border-color: #CB43DA; }
span { border-color: rgb(203,67,218); }
td.TdClassName
{
border-color: #CB43DA;
}
.TagClassName
{
border-color: #CB43DA;
}
</style>