Shades of Medium Orchid #CF42FC
Tints of Medium Orchid #CF42FC
RGB
CMYK
RGB Variations
Color information
#CF42FC (or 0xCF42FC) is known color: Medium Orchid. HEX triplet: CF, 42 and FC. RGB value is (207,66,252). Sum of RGB (Red+Green+Blue) = 207+66+252=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 66 (26.17% from 255 or 12.57% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF42FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF42FC is #30BD03. Grayscale: #808080. Windows color (decimal): -3194116 or 16532175. OLE color: 16532175.
HSL color Cylindrical-coordinate representation of color #CF42FC: hue angle of 285.48º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF42FC is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 66 | 252 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.01 |
| HSL | 285.48º | 0.97% | 0.62% | - |
| HSV(B) | 285.48º | 0.74% | 0.99% | - |
| XYZ | 45.25 | 24.19 | 94.38 | - |
| YUV | 129.36 | 197.21 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 252 | 0.18 | 0.74 | 0 | 0.01 | 285.48 | 0.97 | 0.62 |
| Hex | CF | 42 | FC | 12 | 4A | 0 | 1 | 11D | 61 | 3E |
| Octal | 317 | 102 | 374 | 22 | 112 | 0 | 1 | 435 | 141 | 76 |
| Binary | 11001111 | 1000010 | 11111100 | 10010 | 1001010 | 0 | 1 | 100011101 | 1100001 | 111110 |
Color Harmonies of #CF42FC
Complementary color
Monochromatic Colors of #CF42FC
Black with #CF42FC
Text Example
Text Example
White with #CF42FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF42FC; }
p { color: rgb(207,66,252); }
H1.HeaderClassName
{
color: #CF42FC;
}
.AnyTagClassName
{
color: #CF42FC;
}
</style>
background-color css
<style>
a { background-color: #CF42FC; }
a { background-color: rgb(207,66,252); }
div.DivClassName
{
background-color: #CF42FC;
}
.BgClassName
{
background-color: #CF42FC;
}
</style>
border-color css
<style>
span { border-color: #CF42FC; }
span { border-color: rgb(207,66,252); }
td.TdClassName
{
border-color: #CF42FC;
}
.TagClassName
{
border-color: #CF42FC;
}
</style>