Shades of Medium Orchid #CB4FDA
Tints of Medium Orchid #CB4FDA
RGB
CMYK
RGB Variations
Color information
#CB4FDA (or 0xCB4FDA) is known color: Medium Orchid. HEX triplet: CB, 4F and DA. RGB value is (203,79,218). Sum of RGB (Red+Green+Blue) = 203+79+218=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB4FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4FDA is #34B025. Grayscale: #838383. Windows color (decimal): -3452966 or 14307275. OLE color: 14307275.
HSL color Cylindrical-coordinate representation of color #CB4FDA: hue angle of 293.53º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4FDA is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 79 | 218 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.15 |
| HSL | 293.53º | 0.65% | 0.58% | - |
| HSV(B) | 293.53º | 0.64% | 0.85% | - |
| XYZ | 40.08 | 23.35 | 68.72 | - |
| YUV | 131.92 | 176.58 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 79 | 218 | 0.07 | 0.64 | 0 | 0.15 | 293.53 | 0.65 | 0.58 |
| Hex | CB | 4F | DA | 7 | 40 | 0 | F | 126 | 41 | 3A |
| Octal | 313 | 117 | 332 | 7 | 100 | 0 | 17 | 446 | 101 | 72 |
| Binary | 11001011 | 1001111 | 11011010 | 111 | 1000000 | 0 | 1111 | 100100110 | 1000001 | 111010 |
Color Harmonies of #CB4FDA
Complementary color
Monochromatic Colors of #CB4FDA
Black with #CB4FDA
Text Example
Text Example
White with #CB4FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4FDA; }
p { color: rgb(203,79,218); }
H1.HeaderClassName
{
color: #CB4FDA;
}
.AnyTagClassName
{
color: #CB4FDA;
}
</style>
background-color css
<style>
a { background-color: #CB4FDA; }
a { background-color: rgb(203,79,218); }
div.DivClassName
{
background-color: #CB4FDA;
}
.BgClassName
{
background-color: #CB4FDA;
}
</style>
border-color css
<style>
span { border-color: #CB4FDA; }
span { border-color: rgb(203,79,218); }
td.TdClassName
{
border-color: #CB4FDA;
}
.TagClassName
{
border-color: #CB4FDA;
}
</style>