Shades of Medium Orchid #CB3FDA
Tints of Medium Orchid #CB3FDA
RGB
CMYK
RGB Variations
Color information
#CB3FDA (or 0xCB3FDA) is known color: Medium Orchid. HEX triplet: CB, 3F and DA. RGB value is (203,63,218). Sum of RGB (Red+Green+Blue) = 203+63+218=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 63 (25% from 255 or 13.02% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB3FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3FDA is #34C025. Grayscale: #7A7A7A. Windows color (decimal): -3457062 or 14303179. OLE color: 14303179.
HSL color Cylindrical-coordinate representation of color #CB3FDA: hue angle of 294.19º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3FDA is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 63 | 218 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.15 |
| HSL | 294.19º | 0.68% | 0.55% | - |
| HSV(B) | 294.19º | 0.71% | 0.85% | - |
| XYZ | 39.06 | 21.31 | 68.38 | - |
| YUV | 122.53 | 181.88 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 218 | 0.07 | 0.71 | 0 | 0.15 | 294.19 | 0.68 | 0.55 |
| Hex | CB | 3F | DA | 7 | 47 | 0 | F | 126 | 44 | 37 |
| Octal | 313 | 77 | 332 | 7 | 107 | 0 | 17 | 446 | 104 | 67 |
| Binary | 11001011 | 111111 | 11011010 | 111 | 1000111 | 0 | 1111 | 100100110 | 1000100 | 110111 |
Color Harmonies of #CB3FDA
Complementary color
Monochromatic Colors of #CB3FDA
Black with #CB3FDA
Text Example
Text Example
White with #CB3FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3FDA; }
p { color: rgb(203,63,218); }
H1.HeaderClassName
{
color: #CB3FDA;
}
.AnyTagClassName
{
color: #CB3FDA;
}
</style>
background-color css
<style>
a { background-color: #CB3FDA; }
a { background-color: rgb(203,63,218); }
div.DivClassName
{
background-color: #CB3FDA;
}
.BgClassName
{
background-color: #CB3FDA;
}
</style>
border-color css
<style>
span { border-color: #CB3FDA; }
span { border-color: rgb(203,63,218); }
td.TdClassName
{
border-color: #CB3FDA;
}
.TagClassName
{
border-color: #CB3FDA;
}
</style>