Shades of Orchid #C768CD
Tints of Orchid #C768CD
RGB
CMYK
RGB Variations
Color information
#C768CD (or 0xC768CD) is known color: Orchid. HEX triplet: C7, 68 and CD. RGB value is (199,104,205). Sum of RGB (Red+Green+Blue) = 199+104+205=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #C768CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768CD is #389732. Grayscale: #8F8F8F. Windows color (decimal): -3708723 or 13461703. OLE color: 13461703.
HSL color Cylindrical-coordinate representation of color #C768CD: hue angle of 296.44º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C768CD is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 104 | 205 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.20 |
| HSL | 296.44º | 0.5% | 0.61% | - |
| HSV(B) | 296.44º | 0.49% | 0.8% | - |
| XYZ | 39.52 | 26.45 | 60.78 | - |
| YUV | 143.92 | 162.47 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 205 | 0.03 | 0.49 | 0 | 0.20 | 296.44 | 0.5 | 0.61 |
| Hex | C7 | 68 | CD | 3 | 31 | 0 | 14 | 128 | 32 | 3D |
| Octal | 307 | 150 | 315 | 3 | 61 | 0 | 24 | 450 | 62 | 75 |
| Binary | 11000111 | 1101000 | 11001101 | 11 | 110001 | 0 | 10100 | 100101000 | 110010 | 111101 |
Color Harmonies of #C768CD
Complementary color
Monochromatic Colors of #C768CD
Black with #C768CD
Text Example
Text Example
White with #C768CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C768CD; }
p { color: rgb(199,104,205); }
H1.HeaderClassName
{
color: #C768CD;
}
.AnyTagClassName
{
color: #C768CD;
}
</style>
background-color css
<style>
a { background-color: #C768CD; }
a { background-color: rgb(199,104,205); }
div.DivClassName
{
background-color: #C768CD;
}
.BgClassName
{
background-color: #C768CD;
}
</style>
border-color css
<style>
span { border-color: #C768CD; }
span { border-color: rgb(199,104,205); }
td.TdClassName
{
border-color: #C768CD;
}
.TagClassName
{
border-color: #C768CD;
}
</style>