Shades of Orchid #CF75D6
Tints of Orchid #CF75D6
RGB
CMYK
RGB Variations
Color information
#CF75D6 (or 0xCF75D6) is known color: Orchid. HEX triplet: CF, 75 and D6. RGB value is (207,117,214). Sum of RGB (Red+Green+Blue) = 207+117+214=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 214 (83.98% from 255 or 39.78% from 538); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF75D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75D6 is #308A29. Grayscale: #9A9A9A. Windows color (decimal): -3181098 or 14054863. OLE color: 14054863.
HSL color Cylindrical-coordinate representation of color #CF75D6: hue angle of 295.67º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF75D6 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 117 | 214 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.16 |
| HSL | 295.67º | 0.54% | 0.65% | - |
| HSV(B) | 295.67º | 0.45% | 0.84% | - |
| XYZ | 44.23 | 30.84 | 67.24 | - |
| YUV | 154.97 | 161.32 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 214 | 0.03 | 0.45 | 0 | 0.16 | 295.67 | 0.54 | 0.65 |
| Hex | CF | 75 | D6 | 3 | 2D | 0 | 10 | 128 | 36 | 41 |
| Octal | 317 | 165 | 326 | 3 | 55 | 0 | 20 | 450 | 66 | 101 |
| Binary | 11001111 | 1110101 | 11010110 | 11 | 101101 | 0 | 10000 | 100101000 | 110110 | 1000001 |
Color Harmonies of #CF75D6
Complementary color
Monochromatic Colors of #CF75D6
Black with #CF75D6
Text Example
Text Example
White with #CF75D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF75D6; }
p { color: rgb(207,117,214); }
H1.HeaderClassName
{
color: #CF75D6;
}
.AnyTagClassName
{
color: #CF75D6;
}
</style>
background-color css
<style>
a { background-color: #CF75D6; }
a { background-color: rgb(207,117,214); }
div.DivClassName
{
background-color: #CF75D6;
}
.BgClassName
{
background-color: #CF75D6;
}
</style>
border-color css
<style>
span { border-color: #CF75D6; }
span { border-color: rgb(207,117,214); }
td.TdClassName
{
border-color: #CF75D6;
}
.TagClassName
{
border-color: #CF75D6;
}
</style>