Shades of Medium Orchid #CF3DDA
Tints of Medium Orchid #CF3DDA
RGB
CMYK
RGB Variations
Color information
#CF3DDA (or 0xCF3DDA) is known color: Medium Orchid. HEX triplet: CF, 3D and DA. RGB value is (207,61,218). Sum of RGB (Red+Green+Blue) = 207+61+218=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 61 (24.22% from 255 or 12.55% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF3DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3DDA is #30C225. Grayscale: #7A7A7A. Windows color (decimal): -3195430 or 14302671. OLE color: 14302671.
HSL color Cylindrical-coordinate representation of color #CF3DDA: hue angle of 295.8º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3DDA is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 61 | 218 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.15 |
| HSL | 295.8º | 0.68% | 0.55% | - |
| HSV(B) | 295.8º | 0.72% | 0.85% | - |
| XYZ | 40.06 | 21.66 | 68.4 | - |
| YUV | 122.55 | 181.87 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 218 | 0.05 | 0.72 | 0 | 0.15 | 295.8 | 0.68 | 0.55 |
| Hex | CF | 3D | DA | 5 | 48 | 0 | F | 128 | 44 | 37 |
| Octal | 317 | 75 | 332 | 5 | 110 | 0 | 17 | 450 | 104 | 67 |
| Binary | 11001111 | 111101 | 11011010 | 101 | 1001000 | 0 | 1111 | 100101000 | 1000100 | 110111 |
Color Harmonies of #CF3DDA
Complementary color
Monochromatic Colors of #CF3DDA
Black with #CF3DDA
Text Example
Text Example
White with #CF3DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3DDA; }
p { color: rgb(207,61,218); }
H1.HeaderClassName
{
color: #CF3DDA;
}
.AnyTagClassName
{
color: #CF3DDA;
}
</style>
background-color css
<style>
a { background-color: #CF3DDA; }
a { background-color: rgb(207,61,218); }
div.DivClassName
{
background-color: #CF3DDA;
}
.BgClassName
{
background-color: #CF3DDA;
}
</style>
border-color css
<style>
span { border-color: #CF3DDA; }
span { border-color: rgb(207,61,218); }
td.TdClassName
{
border-color: #CF3DDA;
}
.TagClassName
{
border-color: #CF3DDA;
}
</style>