Shades of Medium Orchid #C363CF
Tints of Medium Orchid #C363CF
RGB
CMYK
RGB Variations
Color information
#C363CF (or 0xC363CF) is known color: Medium Orchid. HEX triplet: C3, 63 and CF. RGB value is (195,99,207). Sum of RGB (Red+Green+Blue) = 195+99+207=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #C363CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C363CF is #3C9C30. Grayscale: #8B8B8B. Windows color (decimal): -3972145 or 13591491. OLE color: 13591491.
HSL color Cylindrical-coordinate representation of color #C363CF: hue angle of 293.33º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C363CF is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 99 | 207 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.19 |
| HSL | 293.33º | 0.53% | 0.6% | - |
| HSV(B) | 293.33º | 0.52% | 0.81% | - |
| XYZ | 38.23 | 25.03 | 61.85 | - |
| YUV | 140.02 | 165.8 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 207 | 0.06 | 0.52 | 0 | 0.19 | 293.33 | 0.53 | 0.6 |
| Hex | C3 | 63 | CF | 6 | 34 | 0 | 13 | 125 | 35 | 3C |
| Octal | 303 | 143 | 317 | 6 | 64 | 0 | 23 | 445 | 65 | 74 |
| Binary | 11000011 | 1100011 | 11001111 | 110 | 110100 | 0 | 10011 | 100100101 | 110101 | 111100 |
Color Harmonies of #C363CF
Complementary color
Monochromatic Colors of #C363CF
Black with #C363CF
Text Example
Text Example
White with #C363CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C363CF; }
p { color: rgb(195,99,207); }
H1.HeaderClassName
{
color: #C363CF;
}
.AnyTagClassName
{
color: #C363CF;
}
</style>
background-color css
<style>
a { background-color: #C363CF; }
a { background-color: rgb(195,99,207); }
div.DivClassName
{
background-color: #C363CF;
}
.BgClassName
{
background-color: #C363CF;
}
</style>
border-color css
<style>
span { border-color: #C363CF; }
span { border-color: rgb(195,99,207); }
td.TdClassName
{
border-color: #C363CF;
}
.TagClassName
{
border-color: #C363CF;
}
</style>