Shades of Medium Orchid #CB38DA
Tints of Medium Orchid #CB38DA
RGB
CMYK
RGB Variations
Color information
#CB38DA (or 0xCB38DA) is known color: Medium Orchid. HEX triplet: CB, 38 and DA. RGB value is (203,56,218). Sum of RGB (Red+Green+Blue) = 203+56+218=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 56 (22.27% from 255 or 11.74% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB38DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB38DA is #34C725. Grayscale: #757575. Windows color (decimal): -3458854 or 14301387. OLE color: 14301387.
HSL color Cylindrical-coordinate representation of color #CB38DA: hue angle of 294.44º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB38DA is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 56 | 218 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.15 |
| HSL | 294.44º | 0.69% | 0.54% | - |
| HSV(B) | 294.44º | 0.74% | 0.85% | - |
| XYZ | 38.7 | 20.59 | 68.26 | - |
| YUV | 118.42 | 184.2 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 218 | 0.07 | 0.74 | 0 | 0.15 | 294.44 | 0.69 | 0.54 |
| Hex | CB | 38 | DA | 7 | 4A | 0 | F | 126 | 45 | 36 |
| Octal | 313 | 70 | 332 | 7 | 112 | 0 | 17 | 446 | 105 | 66 |
| Binary | 11001011 | 111000 | 11011010 | 111 | 1001010 | 0 | 1111 | 100100110 | 1000101 | 110110 |
Color Harmonies of #CB38DA
Complementary color
Monochromatic Colors of #CB38DA
Black with #CB38DA
Text Example
Text Example
White with #CB38DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB38DA; }
p { color: rgb(203,56,218); }
H1.HeaderClassName
{
color: #CB38DA;
}
.AnyTagClassName
{
color: #CB38DA;
}
</style>
background-color css
<style>
a { background-color: #CB38DA; }
a { background-color: rgb(203,56,218); }
div.DivClassName
{
background-color: #CB38DA;
}
.BgClassName
{
background-color: #CB38DA;
}
</style>
border-color css
<style>
span { border-color: #CB38DA; }
span { border-color: rgb(203,56,218); }
td.TdClassName
{
border-color: #CB38DA;
}
.TagClassName
{
border-color: #CB38DA;
}
</style>