Shades of Medium Orchid #C841FD
Tints of Medium Orchid #C841FD
RGB
CMYK
RGB Variations
Color information
#C841FD (or 0xC841FD) is known color: Medium Orchid. HEX triplet: C8, 41 and FD. RGB value is (200,65,253). Sum of RGB (Red+Green+Blue) = 200+65+253=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 65 (25.78% from 255 or 12.55% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #C841FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C841FD is #37BE02. Grayscale: #7E7E7E. Windows color (decimal): -3653123 or 16597448. OLE color: 16597448.
HSL color Cylindrical-coordinate representation of color #C841FD: hue angle of 283.09º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C841FD is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 200 | 65 | 253 | - |
CMYK | 0.21 | 0.74 | 0 | 0.01 |
HSL | 283.09º | 0.98% | 0.62% | - |
HSV(B) | 283.09º | 0.74% | 0.99% | - |
XYZ | 43.44 | 23.15 | 95.11 | - |
YUV | 126.8 | 199.23 | 180.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 65 | 253 | 0.21 | 0.74 | 0 | 0.01 | 283.09 | 0.98 | 0.62 |
Hex | C8 | 41 | FD | 15 | 4A | 0 | 1 | 11B | 62 | 3E |
Octal | 310 | 101 | 375 | 25 | 112 | 0 | 1 | 433 | 142 | 76 |
Binary | 11001000 | 1000001 | 11111101 | 10101 | 1001010 | 0 | 1 | 100011011 | 1100010 | 111110 |
Color Harmonies of #C841FD
Complementary color
Monochromatic Colors of #C841FD
Black with #C841FD
Text Example
Text Example
White with #C841FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C841FD; }
p { color: rgb(200,65,253); }
H1.HeaderClassName
{
color: #C841FD;
}
.AnyTagClassName
{
color: #C841FD;
}
</style>
background-color css
<style>
a { background-color: #C841FD; }
a { background-color: rgb(200,65,253); }
div.DivClassName
{
background-color: #C841FD;
}
.BgClassName
{
background-color: #C841FD;
}
</style>
border-color css
<style>
span { border-color: #C841FD; }
span { border-color: rgb(200,65,253); }
td.TdClassName
{
border-color: #C841FD;
}
.TagClassName
{
border-color: #C841FD;
}
</style>