Shades of Medium Orchid #C968DC
Tints of Medium Orchid #C968DC
RGB
CMYK
RGB Variations
Color information
#C968DC (or 0xC968DC) is known color: Medium Orchid. HEX triplet: C9, 68 and DC. RGB value is (201,104,220). Sum of RGB (Red+Green+Blue) = 201+104+220=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #C968DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C968DC is #369723. Grayscale: #919191. Windows color (decimal): -3577636 or 14444745. OLE color: 14444745.
HSL color Cylindrical-coordinate representation of color #C968DC: hue angle of 290.17º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C968DC is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 104 | 220 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.14 |
| HSL | 290.17º | 0.62% | 0.64% | - |
| HSV(B) | 290.17º | 0.53% | 0.86% | - |
| XYZ | 41.96 | 27.49 | 70.8 | - |
| YUV | 146.23 | 169.64 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 104 | 220 | 0.09 | 0.53 | 0 | 0.14 | 290.17 | 0.62 | 0.64 |
| Hex | C9 | 68 | DC | 9 | 35 | 0 | E | 122 | 3E | 40 |
| Octal | 311 | 150 | 334 | 11 | 65 | 0 | 16 | 442 | 76 | 100 |
| Binary | 11001001 | 1101000 | 11011100 | 1001 | 110101 | 0 | 1110 | 100100010 | 111110 | 1000000 |
Color Harmonies of #C968DC
Complementary color
Monochromatic Colors of #C968DC
Black with #C968DC
Text Example
Text Example
White with #C968DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C968DC; }
p { color: rgb(201,104,220); }
H1.HeaderClassName
{
color: #C968DC;
}
.AnyTagClassName
{
color: #C968DC;
}
</style>
background-color css
<style>
a { background-color: #C968DC; }
a { background-color: rgb(201,104,220); }
div.DivClassName
{
background-color: #C968DC;
}
.BgClassName
{
background-color: #C968DC;
}
</style>
border-color css
<style>
span { border-color: #C968DC; }
span { border-color: rgb(201,104,220); }
td.TdClassName
{
border-color: #C968DC;
}
.TagClassName
{
border-color: #C968DC;
}
</style>