Shades of Medium Orchid #C269CF
Tints of Medium Orchid #C269CF
RGB
CMYK
RGB Variations
Color information
#C269CF (or 0xC269CF) is known color: Medium Orchid. HEX triplet: C2, 69 and CF. RGB value is (194,105,207). Sum of RGB (Red+Green+Blue) = 194+105+207=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #C269CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269CF is #3D9630. Grayscale: #8E8E8E. Windows color (decimal): -4036145 or 13593026. OLE color: 13593026.
HSL color Cylindrical-coordinate representation of color #C269CF: hue angle of 292.35º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C269CF is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 105 | 207 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.19 |
| HSL | 292.35º | 0.52% | 0.61% | - |
| HSV(B) | 292.35º | 0.49% | 0.81% | - |
| XYZ | 38.56 | 26.08 | 62.03 | - |
| YUV | 143.24 | 163.99 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 207 | 0.06 | 0.49 | 0 | 0.19 | 292.35 | 0.52 | 0.61 |
| Hex | C2 | 69 | CF | 6 | 31 | 0 | 13 | 124 | 34 | 3D |
| Octal | 302 | 151 | 317 | 6 | 61 | 0 | 23 | 444 | 64 | 75 |
| Binary | 11000010 | 1101001 | 11001111 | 110 | 110001 | 0 | 10011 | 100100100 | 110100 | 111101 |
Color Harmonies of #C269CF
Complementary color
Monochromatic Colors of #C269CF
Black with #C269CF
Text Example
Text Example
White with #C269CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C269CF; }
p { color: rgb(194,105,207); }
H1.HeaderClassName
{
color: #C269CF;
}
.AnyTagClassName
{
color: #C269CF;
}
</style>
background-color css
<style>
a { background-color: #C269CF; }
a { background-color: rgb(194,105,207); }
div.DivClassName
{
background-color: #C269CF;
}
.BgClassName
{
background-color: #C269CF;
}
</style>
border-color css
<style>
span { border-color: #C269CF; }
span { border-color: rgb(194,105,207); }
td.TdClassName
{
border-color: #C269CF;
}
.TagClassName
{
border-color: #C269CF;
}
</style>