Shades of Medium Orchid #CF4FF2
Tints of Medium Orchid #CF4FF2
RGB
CMYK
RGB Variations
Color information
#CF4FF2 (or 0xCF4FF2) is known color: Medium Orchid. HEX triplet: CF, 4F and F2. RGB value is (207,79,242). Sum of RGB (Red+Green+Blue) = 207+79+242=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 79 (31.25% from 255 or 14.96% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #CF4FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF4FF2 is #30B00D. Grayscale: #878787. Windows color (decimal): -3190798 or 15880143. OLE color: 15880143.
HSL color Cylindrical-coordinate representation of color #CF4FF2: hue angle of 287.12º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4FF2 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 79 | 242 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.05 |
| HSL | 287.12º | 0.86% | 0.63% | - |
| HSV(B) | 287.12º | 0.67% | 0.95% | - |
| XYZ | 44.56 | 25.27 | 86.53 | - |
| YUV | 135.85 | 187.91 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 242 | 0.14 | 0.67 | 0 | 0.05 | 287.12 | 0.86 | 0.63 |
| Hex | CF | 4F | F2 | E | 43 | 0 | 5 | 11F | 56 | 3F |
| Octal | 317 | 117 | 362 | 16 | 103 | 0 | 5 | 437 | 126 | 77 |
| Binary | 11001111 | 1001111 | 11110010 | 1110 | 1000011 | 0 | 101 | 100011111 | 1010110 | 111111 |
Color Harmonies of #CF4FF2
Complementary color
Monochromatic Colors of #CF4FF2
Black with #CF4FF2
Text Example
Text Example
White with #CF4FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4FF2; }
p { color: rgb(207,79,242); }
H1.HeaderClassName
{
color: #CF4FF2;
}
.AnyTagClassName
{
color: #CF4FF2;
}
</style>
background-color css
<style>
a { background-color: #CF4FF2; }
a { background-color: rgb(207,79,242); }
div.DivClassName
{
background-color: #CF4FF2;
}
.BgClassName
{
background-color: #CF4FF2;
}
</style>
border-color css
<style>
span { border-color: #CF4FF2; }
span { border-color: rgb(207,79,242); }
td.TdClassName
{
border-color: #CF4FF2;
}
.TagClassName
{
border-color: #CF4FF2;
}
</style>