Shades of Orchid #CF74C4
Tints of Orchid #CF74C4
RGB
CMYK
RGB Variations
Color information
#CF74C4 (or 0xCF74C4) is known color: Orchid. HEX triplet: CF, 74 and C4. RGB value is (207,116,196). Sum of RGB (Red+Green+Blue) = 207+116+196=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CF74C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF74C4 is #308B3B. Grayscale: #989898. Windows color (decimal): -3181372 or 12874959. OLE color: 12874959.
HSL color Cylindrical-coordinate representation of color #CF74C4: hue angle of 307.25º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF74C4 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 196 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.19 |
| HSL | 307.25º | 0.49% | 0.63% | - |
| HSV(B) | 307.25º | 0.44% | 0.81% | - |
| XYZ | 41.94 | 29.74 | 55.75 | - |
| YUV | 152.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 196 | 0 | 0.44 | 0.05 | 0.19 | 307.25 | 0.49 | 0.63 |
| Hex | CF | 74 | C4 | 0 | 2C | 5 | 13 | 133 | 31 | 3F |
| Octal | 317 | 164 | 304 | 0 | 54 | 5 | 23 | 463 | 61 | 77 |
| Binary | 11001111 | 1110100 | 11000100 | 0 | 101100 | 101 | 10011 | 100110011 | 110001 | 111111 |
Color Harmonies of #CF74C4
Complementary color
Monochromatic Colors of #CF74C4
Black with #CF74C4
Text Example
Text Example
White with #CF74C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF74C4; }
p { color: rgb(207,116,196); }
H1.HeaderClassName
{
color: #CF74C4;
}
.AnyTagClassName
{
color: #CF74C4;
}
</style>
background-color css
<style>
a { background-color: #CF74C4; }
a { background-color: rgb(207,116,196); }
div.DivClassName
{
background-color: #CF74C4;
}
.BgClassName
{
background-color: #CF74C4;
}
</style>
border-color css
<style>
span { border-color: #CF74C4; }
span { border-color: rgb(207,116,196); }
td.TdClassName
{
border-color: #CF74C4;
}
.TagClassName
{
border-color: #CF74C4;
}
</style>