Shades of Medium Orchid #C269CC
Tints of Medium Orchid #C269CC
RGB
CMYK
RGB Variations
Color information
#C269CC (or 0xC269CC) is known color: Medium Orchid. HEX triplet: C2, 69 and CC. RGB value is (194,105,204). Sum of RGB (Red+Green+Blue) = 194+105+204=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #C269CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C269CC is #3D9633. Grayscale: #8E8E8E. Windows color (decimal): -4036148 or 13396418. OLE color: 13396418.
HSL color Cylindrical-coordinate representation of color #C269CC: hue angle of 293.94º degrees, saturation: 0.49, 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 #C269CC is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 105 | 204 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.2 |
| HSL | 293.94º | 0.49% | 0.61% | - |
| HSV(B) | 293.94º | 0.49% | 0.8% | - |
| XYZ | 38.2 | 25.93 | 60.12 | - |
| YUV | 142.9 | 162.49 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 204 | 0.05 | 0.49 | 0 | 0.2 | 293.94 | 0.49 | 0.61 |
| Hex | C2 | 69 | CC | 5 | 31 | 0 | 14 | 126 | 31 | 3D |
| Octal | 302 | 151 | 314 | 5 | 61 | 0 | 24 | 446 | 61 | 75 |
| Binary | 11000010 | 1101001 | 11001100 | 101 | 110001 | 0 | 10100 | 100100110 | 110001 | 111101 |
Color Harmonies of #C269CC
Complementary color
Monochromatic Colors of #C269CC
Black with #C269CC
Text Example
Text Example
White with #C269CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C269CC; }
p { color: rgb(194,105,204); }
H1.HeaderClassName
{
color: #C269CC;
}
.AnyTagClassName
{
color: #C269CC;
}
</style>
background-color css
<style>
a { background-color: #C269CC; }
a { background-color: rgb(194,105,204); }
div.DivClassName
{
background-color: #C269CC;
}
.BgClassName
{
background-color: #C269CC;
}
</style>
border-color css
<style>
span { border-color: #C269CC; }
span { border-color: rgb(194,105,204); }
td.TdClassName
{
border-color: #C269CC;
}
.TagClassName
{
border-color: #C269CC;
}
</style>