Shades of Medium Orchid #D238FB
Tints of Medium Orchid #D238FB
RGB
CMYK
RGB Variations
Color information
#D238FB (or 0xD238FB) is known color: Medium Orchid. HEX triplet: D2, 38 and FB. RGB value is (210,56,251). Sum of RGB (Red+Green+Blue) = 210+56+251=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 56 (22.27% from 255 or 10.83% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #D238FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D238FB is #2DC704. Grayscale: #7B7B7B. Windows color (decimal): -3000069 or 16464082. OLE color: 16464082.
HSL color Cylindrical-coordinate representation of color #D238FB: hue angle of 287.38º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D238FB is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 56 | 251 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.02 |
| HSL | 287.38º | 0.96% | 0.6% | - |
| HSV(B) | 287.38º | 0.78% | 0.98% | - |
| XYZ | 45.41 | 23.5 | 93.41 | - |
| YUV | 124.28 | 199.52 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 251 | 0.16 | 0.78 | 0 | 0.02 | 287.38 | 0.96 | 0.6 |
| Hex | D2 | 38 | FB | 10 | 4E | 0 | 2 | 11F | 60 | 3C |
| Octal | 322 | 70 | 373 | 20 | 116 | 0 | 2 | 437 | 140 | 74 |
| Binary | 11010010 | 111000 | 11111011 | 10000 | 1001110 | 0 | 10 | 100011111 | 1100000 | 111100 |
Color Harmonies of #D238FB
Complementary color
Monochromatic Colors of #D238FB
Black with #D238FB
Text Example
Text Example
White with #D238FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D238FB; }
p { color: rgb(210,56,251); }
H1.HeaderClassName
{
color: #D238FB;
}
.AnyTagClassName
{
color: #D238FB;
}
</style>
background-color css
<style>
a { background-color: #D238FB; }
a { background-color: rgb(210,56,251); }
div.DivClassName
{
background-color: #D238FB;
}
.BgClassName
{
background-color: #D238FB;
}
</style>
border-color css
<style>
span { border-color: #D238FB; }
span { border-color: rgb(210,56,251); }
td.TdClassName
{
border-color: #D238FB;
}
.TagClassName
{
border-color: #D238FB;
}
</style>