Shades of Medium Orchid #CF42DA
Tints of Medium Orchid #CF42DA
RGB
CMYK
RGB Variations
Color information
#CF42DA (or 0xCF42DA) is known color: Medium Orchid. HEX triplet: CF, 42 and DA. RGB value is (207,66,218). Sum of RGB (Red+Green+Blue) = 207+66+218=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 66 (26.17% from 255 or 13.44% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF42DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF42DA is #30BD25. Grayscale: #7D7D7D. Windows color (decimal): -3194150 or 14303951. OLE color: 14303951.
HSL color Cylindrical-coordinate representation of color #CF42DA: hue angle of 295.66º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF42DA is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 66 | 218 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.15 |
| HSL | 295.66º | 0.67% | 0.56% | - |
| HSV(B) | 295.66º | 0.7% | 0.85% | - |
| XYZ | 40.34 | 22.22 | 68.49 | - |
| YUV | 125.49 | 180.21 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 218 | 0.05 | 0.70 | 0 | 0.15 | 295.66 | 0.67 | 0.56 |
| Hex | CF | 42 | DA | 5 | 46 | 0 | F | 128 | 43 | 38 |
| Octal | 317 | 102 | 332 | 5 | 106 | 0 | 17 | 450 | 103 | 70 |
| Binary | 11001111 | 1000010 | 11011010 | 101 | 1000110 | 0 | 1111 | 100101000 | 1000011 | 111000 |
Color Harmonies of #CF42DA
Complementary color
Monochromatic Colors of #CF42DA
Black with #CF42DA
Text Example
Text Example
White with #CF42DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF42DA; }
p { color: rgb(207,66,218); }
H1.HeaderClassName
{
color: #CF42DA;
}
.AnyTagClassName
{
color: #CF42DA;
}
</style>
background-color css
<style>
a { background-color: #CF42DA; }
a { background-color: rgb(207,66,218); }
div.DivClassName
{
background-color: #CF42DA;
}
.BgClassName
{
background-color: #CF42DA;
}
</style>
border-color css
<style>
span { border-color: #CF42DA; }
span { border-color: rgb(207,66,218); }
td.TdClassName
{
border-color: #CF42DA;
}
.TagClassName
{
border-color: #CF42DA;
}
</style>