Shades of Orchid #C87FDA
Tints of Orchid #C87FDA
RGB
CMYK
RGB Variations
Color information
#C87FDA (or 0xC87FDA) is known color: Orchid. HEX triplet: C8, 7F and DA. RGB value is (200,127,218). Sum of RGB (Red+Green+Blue) = 200+127+218=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #C87FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87FDA is #378025. Grayscale: #9E9E9E. Windows color (decimal): -3637286 or 14319560. OLE color: 14319560.
HSL color Cylindrical-coordinate representation of color #C87FDA: hue angle of 288.13º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C87FDA is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 127 | 218 | - |
CMYK | 0.08 | 0.42 | 0 | 0.15 |
HSL | 288.13º | 0.55% | 0.68% | - |
HSV(B) | 288.13º | 0.42% | 0.85% | - |
XYZ | 44.06 | 32.52 | 70.28 | - |
YUV | 159.2 | 161.18 | 157.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 127 | 218 | 0.08 | 0.42 | 0 | 0.15 | 288.13 | 0.55 | 0.68 |
Hex | C8 | 7F | DA | 8 | 2A | 0 | F | 120 | 37 | 44 |
Octal | 310 | 177 | 332 | 10 | 52 | 0 | 17 | 440 | 67 | 104 |
Binary | 11001000 | 1111111 | 11011010 | 1000 | 101010 | 0 | 1111 | 100100000 | 110111 | 1000100 |
Color Harmonies of #C87FDA
Complementary color
Monochromatic Colors of #C87FDA
Black with #C87FDA
Text Example
Text Example
White with #C87FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87FDA; }
p { color: rgb(200,127,218); }
H1.HeaderClassName
{
color: #C87FDA;
}
.AnyTagClassName
{
color: #C87FDA;
}
</style>
background-color css
<style>
a { background-color: #C87FDA; }
a { background-color: rgb(200,127,218); }
div.DivClassName
{
background-color: #C87FDA;
}
.BgClassName
{
background-color: #C87FDA;
}
</style>
border-color css
<style>
span { border-color: #C87FDA; }
span { border-color: rgb(200,127,218); }
td.TdClassName
{
border-color: #C87FDA;
}
.TagClassName
{
border-color: #C87FDA;
}
</style>