Shades of Medium Orchid #CB5FDA
Tints of Medium Orchid #CB5FDA
RGB
CMYK
RGB Variations
Color information
#CB5FDA (or 0xCB5FDA) is known color: Medium Orchid. HEX triplet: CB, 5F and DA. RGB value is (203,95,218). Sum of RGB (Red+Green+Blue) = 203+95+218=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 95 (37.5% from 255 or 18.41% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB5FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5FDA is #34A025. Grayscale: #8C8C8C. Windows color (decimal): -3448870 or 14311371. OLE color: 14311371.
HSL color Cylindrical-coordinate representation of color #CB5FDA: hue angle of 292.68º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB5FDA is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 95 | 218 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.15 |
| HSL | 292.68º | 0.62% | 0.61% | - |
| HSV(B) | 292.68º | 0.56% | 0.85% | - |
| XYZ | 41.38 | 25.94 | 69.16 | - |
| YUV | 141.31 | 171.28 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 95 | 218 | 0.07 | 0.56 | 0 | 0.15 | 292.68 | 0.62 | 0.61 |
| Hex | CB | 5F | DA | 7 | 38 | 0 | F | 125 | 3E | 3D |
| Octal | 313 | 137 | 332 | 7 | 70 | 0 | 17 | 445 | 76 | 75 |
| Binary | 11001011 | 1011111 | 11011010 | 111 | 111000 | 0 | 1111 | 100100101 | 111110 | 111101 |
Color Harmonies of #CB5FDA
Complementary color
Monochromatic Colors of #CB5FDA
Black with #CB5FDA
Text Example
Text Example
White with #CB5FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5FDA; }
p { color: rgb(203,95,218); }
H1.HeaderClassName
{
color: #CB5FDA;
}
.AnyTagClassName
{
color: #CB5FDA;
}
</style>
background-color css
<style>
a { background-color: #CB5FDA; }
a { background-color: rgb(203,95,218); }
div.DivClassName
{
background-color: #CB5FDA;
}
.BgClassName
{
background-color: #CB5FDA;
}
</style>
border-color css
<style>
span { border-color: #CB5FDA; }
span { border-color: rgb(203,95,218); }
td.TdClassName
{
border-color: #CB5FDA;
}
.TagClassName
{
border-color: #CB5FDA;
}
</style>