Shades of Medium Orchid #CF3DF2
Tints of Medium Orchid #CF3DF2
RGB
CMYK
RGB Variations
Color information
#CF3DF2 (or 0xCF3DF2) is known color: Medium Orchid. HEX triplet: CF, 3D and F2. RGB value is (207,61,242). Sum of RGB (Red+Green+Blue) = 207+61+242=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 61 (24.22% from 255 or 11.96% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #CF3DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3DF2 is #30C20D. Grayscale: #7C7C7C. Windows color (decimal): -3195406 or 15875535. OLE color: 15875535.
HSL color Cylindrical-coordinate representation of color #CF3DF2: hue angle of 288.4º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3DF2 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 61 | 242 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.05 |
| HSL | 288.4º | 0.87% | 0.59% | - |
| HSV(B) | 288.4º | 0.75% | 0.95% | - |
| XYZ | 43.43 | 23.01 | 86.16 | - |
| YUV | 125.29 | 193.87 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 242 | 0.14 | 0.75 | 0 | 0.05 | 288.4 | 0.87 | 0.59 |
| Hex | CF | 3D | F2 | E | 4B | 0 | 5 | 120 | 57 | 3B |
| Octal | 317 | 75 | 362 | 16 | 113 | 0 | 5 | 440 | 127 | 73 |
| Binary | 11001111 | 111101 | 11110010 | 1110 | 1001011 | 0 | 101 | 100100000 | 1010111 | 111011 |
Color Harmonies of #CF3DF2
Complementary color
Monochromatic Colors of #CF3DF2
Black with #CF3DF2
Text Example
Text Example
White with #CF3DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3DF2; }
p { color: rgb(207,61,242); }
H1.HeaderClassName
{
color: #CF3DF2;
}
.AnyTagClassName
{
color: #CF3DF2;
}
</style>
background-color css
<style>
a { background-color: #CF3DF2; }
a { background-color: rgb(207,61,242); }
div.DivClassName
{
background-color: #CF3DF2;
}
.BgClassName
{
background-color: #CF3DF2;
}
</style>
border-color css
<style>
span { border-color: #CF3DF2; }
span { border-color: rgb(207,61,242); }
td.TdClassName
{
border-color: #CF3DF2;
}
.TagClassName
{
border-color: #CF3DF2;
}
</style>