Shades of Orchid #CF7BDA
Tints of Orchid #CF7BDA
RGB
CMYK
RGB Variations
Color information
#CF7BDA (or 0xCF7BDA) is known color: Orchid. HEX triplet: CF, 7B and DA. RGB value is (207,123,218). Sum of RGB (Red+Green+Blue) = 207+123+218=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF7BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7BDA is #308425. Grayscale: #9E9E9E. Windows color (decimal): -3179558 or 14318543. OLE color: 14318543.
HSL color Cylindrical-coordinate representation of color #CF7BDA: hue angle of 293.05º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF7BDA is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 123 | 218 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.15 |
| HSL | 293.05º | 0.56% | 0.67% | - |
| HSV(B) | 293.05º | 0.44% | 0.85% | - |
| XYZ | 45.47 | 32.49 | 70.2 | - |
| YUV | 158.95 | 161.33 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 218 | 0.05 | 0.44 | 0 | 0.15 | 293.05 | 0.56 | 0.67 |
| Hex | CF | 7B | DA | 5 | 2C | 0 | F | 125 | 38 | 43 |
| Octal | 317 | 173 | 332 | 5 | 54 | 0 | 17 | 445 | 70 | 103 |
| Binary | 11001111 | 1111011 | 11011010 | 101 | 101100 | 0 | 1111 | 100100101 | 111000 | 1000011 |
Color Harmonies of #CF7BDA
Complementary color
Monochromatic Colors of #CF7BDA
Black with #CF7BDA
Text Example
Text Example
White with #CF7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7BDA; }
p { color: rgb(207,123,218); }
H1.HeaderClassName
{
color: #CF7BDA;
}
.AnyTagClassName
{
color: #CF7BDA;
}
</style>
background-color css
<style>
a { background-color: #CF7BDA; }
a { background-color: rgb(207,123,218); }
div.DivClassName
{
background-color: #CF7BDA;
}
.BgClassName
{
background-color: #CF7BDA;
}
</style>
border-color css
<style>
span { border-color: #CF7BDA; }
span { border-color: rgb(207,123,218); }
td.TdClassName
{
border-color: #CF7BDA;
}
.TagClassName
{
border-color: #CF7BDA;
}
</style>