Shades of Orchid #CF63DF
Tints of Orchid #CF63DF
RGB
CMYK
RGB Variations
Color information
#CF63DF (or 0xCF63DF) is known color: Orchid. HEX triplet: CF, 63 and DF. RGB value is (207,99,223). Sum of RGB (Red+Green+Blue) = 207+99+223=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF63DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF63DF is #309C20. Grayscale: #919191. Windows color (decimal): -3185697 or 14640079. OLE color: 14640079.
HSL color Cylindrical-coordinate representation of color #CF63DF: hue angle of 292.26º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF63DF is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 99 | 223 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.13 |
| HSL | 292.26º | 0.66% | 0.63% | - |
| HSV(B) | 292.26º | 0.56% | 0.87% | - |
| XYZ | 43.51 | 27.52 | 72.83 | - |
| YUV | 145.43 | 171.78 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 223 | 0.07 | 0.56 | 0 | 0.13 | 292.26 | 0.66 | 0.63 |
| Hex | CF | 63 | DF | 7 | 38 | 0 | D | 124 | 42 | 3F |
| Octal | 317 | 143 | 337 | 7 | 70 | 0 | 15 | 444 | 102 | 77 |
| Binary | 11001111 | 1100011 | 11011111 | 111 | 111000 | 0 | 1101 | 100100100 | 1000010 | 111111 |
Color Harmonies of #CF63DF
Complementary color
Monochromatic Colors of #CF63DF
Black with #CF63DF
Text Example
Text Example
White with #CF63DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF63DF; }
p { color: rgb(207,99,223); }
H1.HeaderClassName
{
color: #CF63DF;
}
.AnyTagClassName
{
color: #CF63DF;
}
</style>
background-color css
<style>
a { background-color: #CF63DF; }
a { background-color: rgb(207,99,223); }
div.DivClassName
{
background-color: #CF63DF;
}
.BgClassName
{
background-color: #CF63DF;
}
</style>
border-color css
<style>
span { border-color: #CF63DF; }
span { border-color: rgb(207,99,223); }
td.TdClassName
{
border-color: #CF63DF;
}
.TagClassName
{
border-color: #CF63DF;
}
</style>