Shades of Medium Orchid #CF4BDC
Tints of Medium Orchid #CF4BDC
RGB
CMYK
RGB Variations
Color information
#CF4BDC (or 0xCF4BDC) is known color: Medium Orchid. HEX triplet: CF, 4B and DC. RGB value is (207,75,220). Sum of RGB (Red+Green+Blue) = 207+75+220=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 75 (29.69% from 255 or 14.94% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF4BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4BDC is #30B423. Grayscale: #828282. Windows color (decimal): -3191844 or 14437327. OLE color: 14437327.
HSL color Cylindrical-coordinate representation of color #CF4BDC: hue angle of 294.62º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4BDC is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 75 | 220 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.14 |
| HSL | 294.62º | 0.67% | 0.58% | - |
| HSV(B) | 294.62º | 0.66% | 0.86% | - |
| XYZ | 41.17 | 23.46 | 70.07 | - |
| YUV | 131 | 178.23 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 220 | 0.06 | 0.66 | 0 | 0.14 | 294.62 | 0.67 | 0.58 |
| Hex | CF | 4B | DC | 6 | 42 | 0 | E | 127 | 43 | 3A |
| Octal | 317 | 113 | 334 | 6 | 102 | 0 | 16 | 447 | 103 | 72 |
| Binary | 11001111 | 1001011 | 11011100 | 110 | 1000010 | 0 | 1110 | 100100111 | 1000011 | 111010 |
Color Harmonies of #CF4BDC
Complementary color
Monochromatic Colors of #CF4BDC
Black with #CF4BDC
Text Example
Text Example
White with #CF4BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4BDC; }
p { color: rgb(207,75,220); }
H1.HeaderClassName
{
color: #CF4BDC;
}
.AnyTagClassName
{
color: #CF4BDC;
}
</style>
background-color css
<style>
a { background-color: #CF4BDC; }
a { background-color: rgb(207,75,220); }
div.DivClassName
{
background-color: #CF4BDC;
}
.BgClassName
{
background-color: #CF4BDC;
}
</style>
border-color css
<style>
span { border-color: #CF4BDC; }
span { border-color: rgb(207,75,220); }
td.TdClassName
{
border-color: #CF4BDC;
}
.TagClassName
{
border-color: #CF4BDC;
}
</style>