Shades of Orchid #CF74DA
Tints of Orchid #CF74DA
RGB
CMYK
RGB Variations
Color information
#CF74DA (or 0xCF74DA) is known color: Orchid. HEX triplet: CF, 74 and DA. RGB value is (207,116,218). Sum of RGB (Red+Green+Blue) = 207+116+218=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF74DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF74DA is #308B25. Grayscale: #9A9A9A. Windows color (decimal): -3181350 or 14316751. OLE color: 14316751.
HSL color Cylindrical-coordinate representation of color #CF74DA: hue angle of 293.53º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF74DA is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 116 | 218 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.15 |
| HSL | 293.53º | 0.58% | 0.65% | - |
| HSV(B) | 293.53º | 0.47% | 0.85% | - |
| XYZ | 44.63 | 30.82 | 69.93 | - |
| YUV | 154.84 | 163.65 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 218 | 0.05 | 0.47 | 0 | 0.15 | 293.53 | 0.58 | 0.65 |
| Hex | CF | 74 | DA | 5 | 2F | 0 | F | 126 | 3A | 41 |
| Octal | 317 | 164 | 332 | 5 | 57 | 0 | 17 | 446 | 72 | 101 |
| Binary | 11001111 | 1110100 | 11011010 | 101 | 101111 | 0 | 1111 | 100100110 | 111010 | 1000001 |
Color Harmonies of #CF74DA
Complementary color
Monochromatic Colors of #CF74DA
Black with #CF74DA
Text Example
Text Example
White with #CF74DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF74DA; }
p { color: rgb(207,116,218); }
H1.HeaderClassName
{
color: #CF74DA;
}
.AnyTagClassName
{
color: #CF74DA;
}
</style>
background-color css
<style>
a { background-color: #CF74DA; }
a { background-color: rgb(207,116,218); }
div.DivClassName
{
background-color: #CF74DA;
}
.BgClassName
{
background-color: #CF74DA;
}
</style>
border-color css
<style>
span { border-color: #CF74DA; }
span { border-color: rgb(207,116,218); }
td.TdClassName
{
border-color: #CF74DA;
}
.TagClassName
{
border-color: #CF74DA;
}
</style>