Shades of Medium Orchid #C367DB
Tints of Medium Orchid #C367DB
RGB
CMYK
RGB Variations
Color information
#C367DB (or 0xC367DB) is known color: Medium Orchid. HEX triplet: C3, 67 and DB. RGB value is (195,103,219). Sum of RGB (Red+Green+Blue) = 195+103+219=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #C367DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C367DB is #3C9824. Grayscale: #8F8F8F. Windows color (decimal): -3971109 or 14378947. OLE color: 14378947.
HSL color Cylindrical-coordinate representation of color #C367DB: hue angle of 287.59º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C367DB is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 103 | 219 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.14 |
| HSL | 287.59º | 0.62% | 0.63% | - |
| HSV(B) | 287.59º | 0.53% | 0.86% | - |
| XYZ | 40.14 | 26.42 | 70 | - |
| YUV | 143.73 | 170.48 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 219 | 0.11 | 0.53 | 0 | 0.14 | 287.59 | 0.62 | 0.63 |
| Hex | C3 | 67 | DB | B | 35 | 0 | E | 120 | 3E | 3F |
| Octal | 303 | 147 | 333 | 13 | 65 | 0 | 16 | 440 | 76 | 77 |
| Binary | 11000011 | 1100111 | 11011011 | 1011 | 110101 | 0 | 1110 | 100100000 | 111110 | 111111 |
Color Harmonies of #C367DB
Complementary color
Monochromatic Colors of #C367DB
Black with #C367DB
Text Example
Text Example
White with #C367DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C367DB; }
p { color: rgb(195,103,219); }
H1.HeaderClassName
{
color: #C367DB;
}
.AnyTagClassName
{
color: #C367DB;
}
</style>
background-color css
<style>
a { background-color: #C367DB; }
a { background-color: rgb(195,103,219); }
div.DivClassName
{
background-color: #C367DB;
}
.BgClassName
{
background-color: #C367DB;
}
</style>
border-color css
<style>
span { border-color: #C367DB; }
span { border-color: rgb(195,103,219); }
td.TdClassName
{
border-color: #C367DB;
}
.TagClassName
{
border-color: #C367DB;
}
</style>