Shades of Medium Orchid #CB2FDA
Tints of Medium Orchid #CB2FDA
RGB
CMYK
RGB Variations
Color information
#CB2FDA (or 0xCB2FDA) is known color: Medium Orchid. HEX triplet: CB, 2F and DA. RGB value is (203,47,218). Sum of RGB (Red+Green+Blue) = 203+47+218=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 47 (18.75% from 255 or 10.04% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB2FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2FDA is #34D025. Grayscale: #707070. Windows color (decimal): -3461158 or 14299083. OLE color: 14299083.
HSL color Cylindrical-coordinate representation of color #CB2FDA: hue angle of 294.74º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2FDA is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 47 | 218 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.15 |
| HSL | 294.74º | 0.7% | 0.52% | - |
| HSV(B) | 294.74º | 0.78% | 0.85% | - |
| XYZ | 38.3 | 19.79 | 68.13 | - |
| YUV | 113.14 | 187.18 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 218 | 0.07 | 0.78 | 0 | 0.15 | 294.74 | 0.7 | 0.52 |
| Hex | CB | 2F | DA | 7 | 4E | 0 | F | 127 | 46 | 34 |
| Octal | 313 | 57 | 332 | 7 | 116 | 0 | 17 | 447 | 106 | 64 |
| Binary | 11001011 | 101111 | 11011010 | 111 | 1001110 | 0 | 1111 | 100100111 | 1000110 | 110100 |
Color Harmonies of #CB2FDA
Complementary color
Monochromatic Colors of #CB2FDA
Black with #CB2FDA
Text Example
Text Example
White with #CB2FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2FDA; }
p { color: rgb(203,47,218); }
H1.HeaderClassName
{
color: #CB2FDA;
}
.AnyTagClassName
{
color: #CB2FDA;
}
</style>
background-color css
<style>
a { background-color: #CB2FDA; }
a { background-color: rgb(203,47,218); }
div.DivClassName
{
background-color: #CB2FDA;
}
.BgClassName
{
background-color: #CB2FDA;
}
</style>
border-color css
<style>
span { border-color: #CB2FDA; }
span { border-color: rgb(203,47,218); }
td.TdClassName
{
border-color: #CB2FDA;
}
.TagClassName
{
border-color: #CB2FDA;
}
</style>