Shades of Orchid #CF7BCA
Tints of Orchid #CF7BCA
RGB
CMYK
RGB Variations
Color information
#CF7BCA (or 0xCF7BCA) is known color: Orchid. HEX triplet: CF, 7B and CA. RGB value is (207,123,202). Sum of RGB (Red+Green+Blue) = 207+123+202=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7BCA is #308435. Grayscale: #9C9C9C. Windows color (decimal): -3179574 or 13269967. OLE color: 13269967.
HSL color Cylindrical-coordinate representation of color #CF7BCA: hue angle of 303.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF7BCA is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 123 | 202 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.19 |
| HSL | 303.57º | 0.47% | 0.65% | - |
| HSV(B) | 303.57º | 0.41% | 0.81% | - |
| XYZ | 43.48 | 31.7 | 59.7 | - |
| YUV | 157.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 202 | 0 | 0.41 | 0.02 | 0.19 | 303.57 | 0.47 | 0.65 |
| Hex | CF | 7B | CA | 0 | 29 | 2 | 13 | 130 | 2F | 41 |
| Octal | 317 | 173 | 312 | 0 | 51 | 2 | 23 | 460 | 57 | 101 |
| Binary | 11001111 | 1111011 | 11001010 | 0 | 101001 | 10 | 10011 | 100110000 | 101111 | 1000001 |
Color Harmonies of #CF7BCA
Complementary color
Monochromatic Colors of #CF7BCA
Black with #CF7BCA
Text Example
Text Example
White with #CF7BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7BCA; }
p { color: rgb(207,123,202); }
H1.HeaderClassName
{
color: #CF7BCA;
}
.AnyTagClassName
{
color: #CF7BCA;
}
</style>
background-color css
<style>
a { background-color: #CF7BCA; }
a { background-color: rgb(207,123,202); }
div.DivClassName
{
background-color: #CF7BCA;
}
.BgClassName
{
background-color: #CF7BCA;
}
</style>
border-color css
<style>
span { border-color: #CF7BCA; }
span { border-color: rgb(207,123,202); }
td.TdClassName
{
border-color: #CF7BCA;
}
.TagClassName
{
border-color: #CF7BCA;
}
</style>