Shades of Medium Orchid #CF38DA
Tints of Medium Orchid #CF38DA
RGB
CMYK
RGB Variations
Color information
#CF38DA (or 0xCF38DA) is known color: Medium Orchid. HEX triplet: CF, 38 and DA. RGB value is (207,56,218). Sum of RGB (Red+Green+Blue) = 207+56+218=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 56 (22.27% from 255 or 11.64% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF38DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF38DA is #30C725. Grayscale: #777777. Windows color (decimal): -3196710 or 14301391. OLE color: 14301391.
HSL color Cylindrical-coordinate representation of color #CF38DA: hue angle of 295.93º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF38DA is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 56 | 218 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.15 |
| HSL | 295.93º | 0.69% | 0.54% | - |
| HSV(B) | 295.93º | 0.74% | 0.85% | - |
| XYZ | 39.8 | 21.16 | 68.32 | - |
| YUV | 119.62 | 183.53 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 218 | 0.05 | 0.74 | 0 | 0.15 | 295.93 | 0.69 | 0.54 |
| Hex | CF | 38 | DA | 5 | 4A | 0 | F | 128 | 45 | 36 |
| Octal | 317 | 70 | 332 | 5 | 112 | 0 | 17 | 450 | 105 | 66 |
| Binary | 11001111 | 111000 | 11011010 | 101 | 1001010 | 0 | 1111 | 100101000 | 1000101 | 110110 |
Color Harmonies of #CF38DA
Complementary color
Monochromatic Colors of #CF38DA
Black with #CF38DA
Text Example
Text Example
White with #CF38DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF38DA; }
p { color: rgb(207,56,218); }
H1.HeaderClassName
{
color: #CF38DA;
}
.AnyTagClassName
{
color: #CF38DA;
}
</style>
background-color css
<style>
a { background-color: #CF38DA; }
a { background-color: rgb(207,56,218); }
div.DivClassName
{
background-color: #CF38DA;
}
.BgClassName
{
background-color: #CF38DA;
}
</style>
border-color css
<style>
span { border-color: #CF38DA; }
span { border-color: rgb(207,56,218); }
td.TdClassName
{
border-color: #CF38DA;
}
.TagClassName
{
border-color: #CF38DA;
}
</style>