Shades of Medium Orchid #C83CD4
Tints of Medium Orchid #C83CD4
RGB
CMYK
RGB Variations
Color information
#C83CD4 (or 0xC83CD4) is known color: Medium Orchid. HEX triplet: C8, 3C and D4. RGB value is (200,60,212). Sum of RGB (Red+Green+Blue) = 200+60+212=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 60 (23.83% from 255 or 12.71% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 212 - color contains mainly: blue. Hex color #C83CD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83CD4 is #37C32B. Grayscale: #767676. Windows color (decimal): -3654444 or 13909192. OLE color: 13909192.
HSL color Cylindrical-coordinate representation of color #C83CD4: hue angle of 295.26º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83CD4 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 200 | 60 | 212 | - |
CMYK | 0.06 | 0.72 | 0 | 0.17 |
HSL | 295.26º | 0.64% | 0.53% | - |
HSV(B) | 295.26º | 0.72% | 0.83% | - |
XYZ | 37.32 | 20.26 | 64.23 | - |
YUV | 119.19 | 180.38 | 185.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 60 | 212 | 0.06 | 0.72 | 0 | 0.17 | 295.26 | 0.64 | 0.53 |
Hex | C8 | 3C | D4 | 6 | 48 | 0 | 11 | 127 | 40 | 35 |
Octal | 310 | 74 | 324 | 6 | 110 | 0 | 21 | 447 | 100 | 65 |
Binary | 11001000 | 111100 | 11010100 | 110 | 1001000 | 0 | 10001 | 100100111 | 1000000 | 110101 |
Color Harmonies of #C83CD4
Complementary color
Monochromatic Colors of #C83CD4
Black with #C83CD4
Text Example
Text Example
White with #C83CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83CD4; }
p { color: rgb(200,60,212); }
H1.HeaderClassName
{
color: #C83CD4;
}
.AnyTagClassName
{
color: #C83CD4;
}
</style>
background-color css
<style>
a { background-color: #C83CD4; }
a { background-color: rgb(200,60,212); }
div.DivClassName
{
background-color: #C83CD4;
}
.BgClassName
{
background-color: #C83CD4;
}
</style>
border-color css
<style>
span { border-color: #C83CD4; }
span { border-color: rgb(200,60,212); }
td.TdClassName
{
border-color: #C83CD4;
}
.TagClassName
{
border-color: #C83CD4;
}
</style>