Shades of Medium Orchid #CB39DA
Tints of Medium Orchid #CB39DA
RGB
CMYK
RGB Variations
Color information
#CB39DA (or 0xCB39DA) is known color: Medium Orchid. HEX triplet: CB, 39 and DA. RGB value is (203,57,218). Sum of RGB (Red+Green+Blue) = 203+57+218=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 57 (22.66% from 255 or 11.92% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB39DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB39DA is #34C625. Grayscale: #767676. Windows color (decimal): -3458598 or 14301643. OLE color: 14301643.
HSL color Cylindrical-coordinate representation of color #CB39DA: hue angle of 294.41º 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 #CB39DA is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 57 | 218 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.15 |
| HSL | 294.41º | 0.69% | 0.54% | - |
| HSV(B) | 294.41º | 0.74% | 0.85% | - |
| XYZ | 38.75 | 20.68 | 68.28 | - |
| YUV | 119.01 | 183.87 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 218 | 0.07 | 0.74 | 0 | 0.15 | 294.41 | 0.69 | 0.54 |
| Hex | CB | 39 | DA | 7 | 4A | 0 | F | 126 | 45 | 36 |
| Octal | 313 | 71 | 332 | 7 | 112 | 0 | 17 | 446 | 105 | 66 |
| Binary | 11001011 | 111001 | 11011010 | 111 | 1001010 | 0 | 1111 | 100100110 | 1000101 | 110110 |
Color Harmonies of #CB39DA
Complementary color
Monochromatic Colors of #CB39DA
Black with #CB39DA
Text Example
Text Example
White with #CB39DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB39DA; }
p { color: rgb(203,57,218); }
H1.HeaderClassName
{
color: #CB39DA;
}
.AnyTagClassName
{
color: #CB39DA;
}
</style>
background-color css
<style>
a { background-color: #CB39DA; }
a { background-color: rgb(203,57,218); }
div.DivClassName
{
background-color: #CB39DA;
}
.BgClassName
{
background-color: #CB39DA;
}
</style>
border-color css
<style>
span { border-color: #CB39DA; }
span { border-color: rgb(203,57,218); }
td.TdClassName
{
border-color: #CB39DA;
}
.TagClassName
{
border-color: #CB39DA;
}
</style>