Shades of Medium Orchid #C267DB
Tints of Medium Orchid #C267DB
RGB
CMYK
RGB Variations
Color information
#C267DB (or 0xC267DB) is known color: Medium Orchid. HEX triplet: C2, 67 and DB. RGB value is (194,103,219). Sum of RGB (Red+Green+Blue) = 194+103+219=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #C267DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C267DB is #3D9824. Grayscale: #8F8F8F. Windows color (decimal): -4036645 or 14378946. OLE color: 14378946.
HSL color Cylindrical-coordinate representation of color #C267DB: hue angle of 287.07º 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 #C267DB is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 103 | 219 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.14 |
| HSL | 287.07º | 0.62% | 0.63% | - |
| HSV(B) | 287.07º | 0.53% | 0.86% | - |
| XYZ | 39.88 | 26.28 | 69.99 | - |
| YUV | 143.43 | 170.65 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 219 | 0.11 | 0.53 | 0 | 0.14 | 287.07 | 0.62 | 0.63 |
| Hex | C2 | 67 | DB | B | 35 | 0 | E | 11F | 3E | 3F |
| Octal | 302 | 147 | 333 | 13 | 65 | 0 | 16 | 437 | 76 | 77 |
| Binary | 11000010 | 1100111 | 11011011 | 1011 | 110101 | 0 | 1110 | 100011111 | 111110 | 111111 |
Color Harmonies of #C267DB
Complementary color
Monochromatic Colors of #C267DB
Black with #C267DB
Text Example
Text Example
White with #C267DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C267DB; }
p { color: rgb(194,103,219); }
H1.HeaderClassName
{
color: #C267DB;
}
.AnyTagClassName
{
color: #C267DB;
}
</style>
background-color css
<style>
a { background-color: #C267DB; }
a { background-color: rgb(194,103,219); }
div.DivClassName
{
background-color: #C267DB;
}
.BgClassName
{
background-color: #C267DB;
}
</style>
border-color css
<style>
span { border-color: #C267DB; }
span { border-color: rgb(194,103,219); }
td.TdClassName
{
border-color: #C267DB;
}
.TagClassName
{
border-color: #C267DB;
}
</style>