Shades of Orchid #CF63E4
Tints of Orchid #CF63E4
RGB
CMYK
RGB Variations
Color information
#CF63E4 (or 0xCF63E4) is known color: Orchid. HEX triplet: CF, 63 and E4. RGB value is (207,99,228). Sum of RGB (Red+Green+Blue) = 207+99+228=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 99 (39.06% from 255 or 18.54% from 534); Blue value is 228 (89.45% from 255 or 42.70% from 534); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF63E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF63E4 is #309C1B. Grayscale: #919191. Windows color (decimal): -3185692 or 14967759. OLE color: 14967759.
HSL color Cylindrical-coordinate representation of color #CF63E4: hue angle of 290.23º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF63E4 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 99 | 228 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.11 |
| HSL | 290.23º | 0.7% | 0.64% | - |
| HSV(B) | 290.23º | 0.57% | 0.89% | - |
| XYZ | 44.2 | 27.79 | 76.43 | - |
| YUV | 146 | 174.28 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 228 | 0.09 | 0.57 | 0 | 0.11 | 290.23 | 0.7 | 0.64 |
| Hex | CF | 63 | E4 | 9 | 39 | 0 | B | 122 | 46 | 40 |
| Octal | 317 | 143 | 344 | 11 | 71 | 0 | 13 | 442 | 106 | 100 |
| Binary | 11001111 | 1100011 | 11100100 | 1001 | 111001 | 0 | 1011 | 100100010 | 1000110 | 1000000 |
Color Harmonies of #CF63E4
Complementary color
Monochromatic Colors of #CF63E4
Black with #CF63E4
Text Example
Text Example
White with #CF63E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF63E4; }
p { color: rgb(207,99,228); }
H1.HeaderClassName
{
color: #CF63E4;
}
.AnyTagClassName
{
color: #CF63E4;
}
</style>
background-color css
<style>
a { background-color: #CF63E4; }
a { background-color: rgb(207,99,228); }
div.DivClassName
{
background-color: #CF63E4;
}
.BgClassName
{
background-color: #CF63E4;
}
</style>
border-color css
<style>
span { border-color: #CF63E4; }
span { border-color: rgb(207,99,228); }
td.TdClassName
{
border-color: #CF63E4;
}
.TagClassName
{
border-color: #CF63E4;
}
</style>