Shades of Orchid #CF63CB
Tints of Orchid #CF63CB
RGB
CMYK
RGB Variations
Color information
#CF63CB (or 0xCF63CB) is known color: Orchid. HEX triplet: CF, 63 and CB. RGB value is (207,99,203). Sum of RGB (Red+Green+Blue) = 207+99+203=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CF63CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF63CB is #309C34. Grayscale: #8E8E8E. Windows color (decimal): -3185717 or 13329359. OLE color: 13329359.
HSL color Cylindrical-coordinate representation of color #CF63CB: hue angle of 302.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF63CB is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 203 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.19 |
| HSL | 302.22º | 0.53% | 0.6% | - |
| HSV(B) | 302.22º | 0.52% | 0.81% | - |
| XYZ | 40.97 | 26.5 | 59.46 | - |
| YUV | 143.15 | 161.78 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 203 | 0 | 0.52 | 0.02 | 0.19 | 302.22 | 0.53 | 0.6 |
| Hex | CF | 63 | CB | 0 | 34 | 2 | 13 | 12E | 35 | 3C |
| Octal | 317 | 143 | 313 | 0 | 64 | 2 | 23 | 456 | 65 | 74 |
| Binary | 11001111 | 1100011 | 11001011 | 0 | 110100 | 10 | 10011 | 100101110 | 110101 | 111100 |
Color Harmonies of #CF63CB
Complementary color
Monochromatic Colors of #CF63CB
Black with #CF63CB
Text Example
Text Example
White with #CF63CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF63CB; }
p { color: rgb(207,99,203); }
H1.HeaderClassName
{
color: #CF63CB;
}
.AnyTagClassName
{
color: #CF63CB;
}
</style>
background-color css
<style>
a { background-color: #CF63CB; }
a { background-color: rgb(207,99,203); }
div.DivClassName
{
background-color: #CF63CB;
}
.BgClassName
{
background-color: #CF63CB;
}
</style>
border-color css
<style>
span { border-color: #CF63CB; }
span { border-color: rgb(207,99,203); }
td.TdClassName
{
border-color: #CF63CB;
}
.TagClassName
{
border-color: #CF63CB;
}
</style>