Shades of Orchid #CF69C9
Tints of Orchid #CF69C9
RGB
CMYK
RGB Variations
Color information
#CF69C9 (or 0xCF69C9) is known color: Orchid. HEX triplet: CF, 69 and C9. RGB value is (207,105,201). Sum of RGB (Red+Green+Blue) = 207+105+201=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CF69C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF69C9 is #309636. Grayscale: #929292. Windows color (decimal): -3184183 or 13199823. OLE color: 13199823.
HSL color Cylindrical-coordinate representation of color #CF69C9: hue angle of 303.53º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF69C9 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 201 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.19 |
| HSL | 303.53º | 0.52% | 0.61% | - |
| HSV(B) | 303.53º | 0.49% | 0.81% | - |
| XYZ | 41.33 | 27.59 | 58.4 | - |
| YUV | 146.44 | 158.79 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 201 | 0 | 0.49 | 0.03 | 0.19 | 303.53 | 0.52 | 0.61 |
| Hex | CF | 69 | C9 | 0 | 31 | 3 | 13 | 130 | 34 | 3D |
| Octal | 317 | 151 | 311 | 0 | 61 | 3 | 23 | 460 | 64 | 75 |
| Binary | 11001111 | 1101001 | 11001001 | 0 | 110001 | 11 | 10011 | 100110000 | 110100 | 111101 |
Color Harmonies of #CF69C9
Complementary color
Monochromatic Colors of #CF69C9
Black with #CF69C9
Text Example
Text Example
White with #CF69C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF69C9; }
p { color: rgb(207,105,201); }
H1.HeaderClassName
{
color: #CF69C9;
}
.AnyTagClassName
{
color: #CF69C9;
}
</style>
background-color css
<style>
a { background-color: #CF69C9; }
a { background-color: rgb(207,105,201); }
div.DivClassName
{
background-color: #CF69C9;
}
.BgClassName
{
background-color: #CF69C9;
}
</style>
border-color css
<style>
span { border-color: #CF69C9; }
span { border-color: rgb(207,105,201); }
td.TdClassName
{
border-color: #CF69C9;
}
.TagClassName
{
border-color: #CF69C9;
}
</style>