Shades of Orchid #CF63DB
Tints of Orchid #CF63DB
RGB
CMYK
RGB Variations
Color information
#CF63DB (or 0xCF63DB) is known color: Orchid. HEX triplet: CF, 63 and DB. RGB value is (207,99,219). Sum of RGB (Red+Green+Blue) = 207+99+219=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 99 (39.06% from 255 or 18.86% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF63DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF63DB is #309C24. Grayscale: #909090. Windows color (decimal): -3185701 or 14377935. OLE color: 14377935.
HSL color Cylindrical-coordinate representation of color #CF63DB: hue angle of 294º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF63DB is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 99 | 219 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.14 |
| HSL | 294º | 0.63% | 0.62% | - |
| HSV(B) | 294º | 0.55% | 0.86% | - |
| XYZ | 42.98 | 27.3 | 70.02 | - |
| YUV | 144.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 219 | 0.05 | 0.55 | 0 | 0.14 | 294 | 0.63 | 0.62 |
| Hex | CF | 63 | DB | 5 | 37 | 0 | E | 126 | 3E | 3E |
| Octal | 317 | 143 | 333 | 5 | 67 | 0 | 16 | 446 | 76 | 76 |
| Binary | 11001111 | 1100011 | 11011011 | 101 | 110111 | 0 | 1110 | 100100110 | 111110 | 111110 |
Color Harmonies of #CF63DB
Complementary color
Monochromatic Colors of #CF63DB
Black with #CF63DB
Text Example
Text Example
White with #CF63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF63DB; }
p { color: rgb(207,99,219); }
H1.HeaderClassName
{
color: #CF63DB;
}
.AnyTagClassName
{
color: #CF63DB;
}
</style>
background-color css
<style>
a { background-color: #CF63DB; }
a { background-color: rgb(207,99,219); }
div.DivClassName
{
background-color: #CF63DB;
}
.BgClassName
{
background-color: #CF63DB;
}
</style>
border-color css
<style>
span { border-color: #CF63DB; }
span { border-color: rgb(207,99,219); }
td.TdClassName
{
border-color: #CF63DB;
}
.TagClassName
{
border-color: #CF63DB;
}
</style>