Shades of Medium Orchid #CF4AF4
Tints of Medium Orchid #CF4AF4
RGB
CMYK
RGB Variations
Color information
#CF4AF4 (or 0xCF4AF4) is known color: Medium Orchid. HEX triplet: CF, 4A and F4. RGB value is (207,74,244). Sum of RGB (Red+Green+Blue) = 207+74+244=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 74 (29.30% from 255 or 14.10% from 525); Blue value is 244 (95.70% from 255 or 46.48% from 525); Max value from RGB is 244 - color contains mainly: blue. Hex color #CF4AF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4AF4 is #30B50B. Grayscale: #848484. Windows color (decimal): -3192076 or 16009935. OLE color: 16009935.
HSL color Cylindrical-coordinate representation of color #CF4AF4: hue angle of 286.94º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF4AF4 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 74 | 244 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.04 |
| HSL | 286.94º | 0.89% | 0.62% | - |
| HSV(B) | 286.94º | 0.7% | 0.96% | - |
| XYZ | 44.51 | 24.69 | 88.01 | - |
| YUV | 133.15 | 190.56 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 244 | 0.15 | 0.70 | 0 | 0.04 | 286.94 | 0.89 | 0.62 |
| Hex | CF | 4A | F4 | F | 46 | 0 | 4 | 11F | 59 | 3E |
| Octal | 317 | 112 | 364 | 17 | 106 | 0 | 4 | 437 | 131 | 76 |
| Binary | 11001111 | 1001010 | 11110100 | 1111 | 1000110 | 0 | 100 | 100011111 | 1011001 | 111110 |
Color Harmonies of #CF4AF4
Complementary color
Monochromatic Colors of #CF4AF4
Black with #CF4AF4
Text Example
Text Example
White with #CF4AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4AF4; }
p { color: rgb(207,74,244); }
H1.HeaderClassName
{
color: #CF4AF4;
}
.AnyTagClassName
{
color: #CF4AF4;
}
</style>
background-color css
<style>
a { background-color: #CF4AF4; }
a { background-color: rgb(207,74,244); }
div.DivClassName
{
background-color: #CF4AF4;
}
.BgClassName
{
background-color: #CF4AF4;
}
</style>
border-color css
<style>
span { border-color: #CF4AF4; }
span { border-color: rgb(207,74,244); }
td.TdClassName
{
border-color: #CF4AF4;
}
.TagClassName
{
border-color: #CF4AF4;
}
</style>