Shades of Medium Orchid #C369CF
Tints of Medium Orchid #C369CF
RGB
CMYK
RGB Variations
Color information
#C369CF (or 0xC369CF) is known color: Medium Orchid. HEX triplet: C3, 69 and CF. RGB value is (195,105,207). Sum of RGB (Red+Green+Blue) = 195+105+207=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #C369CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369CF is #3C9630. Grayscale: #8F8F8F. Windows color (decimal): -3970609 or 13593027. OLE color: 13593027.
HSL color Cylindrical-coordinate representation of color #C369CF: hue angle of 292.94º 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 #C369CF is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 105 | 207 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.19 |
| HSL | 292.94º | 0.52% | 0.61% | - |
| HSV(B) | 292.94º | 0.49% | 0.81% | - |
| XYZ | 38.82 | 26.21 | 62.04 | - |
| YUV | 143.54 | 163.82 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 207 | 0.06 | 0.49 | 0 | 0.19 | 292.94 | 0.52 | 0.61 |
| Hex | C3 | 69 | CF | 6 | 31 | 0 | 13 | 125 | 34 | 3D |
| Octal | 303 | 151 | 317 | 6 | 61 | 0 | 23 | 445 | 64 | 75 |
| Binary | 11000011 | 1101001 | 11001111 | 110 | 110001 | 0 | 10011 | 100100101 | 110100 | 111101 |
Color Harmonies of #C369CF
Complementary color
Monochromatic Colors of #C369CF
Black with #C369CF
Text Example
Text Example
White with #C369CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C369CF; }
p { color: rgb(195,105,207); }
H1.HeaderClassName
{
color: #C369CF;
}
.AnyTagClassName
{
color: #C369CF;
}
</style>
background-color css
<style>
a { background-color: #C369CF; }
a { background-color: rgb(195,105,207); }
div.DivClassName
{
background-color: #C369CF;
}
.BgClassName
{
background-color: #C369CF;
}
</style>
border-color css
<style>
span { border-color: #C369CF; }
span { border-color: rgb(195,105,207); }
td.TdClassName
{
border-color: #C369CF;
}
.TagClassName
{
border-color: #C369CF;
}
</style>