Shades of Orchid #C871DA
Tints of Orchid #C871DA
RGB
CMYK
RGB Variations
Color information
#C871DA (or 0xC871DA) is known color: Orchid. HEX triplet: C8, 71 and DA. RGB value is (200,113,218). Sum of RGB (Red+Green+Blue) = 200+113+218=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #C871DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C871DA is #378E25. Grayscale: #969696. Windows color (decimal): -3640870 or 14315976. OLE color: 14315976.
HSL color Cylindrical-coordinate representation of color #C871DA: hue angle of 289.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C871DA is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 113 | 218 | - |
CMYK | 0.08 | 0.48 | 0 | 0.15 |
HSL | 289.71º | 0.59% | 0.65% | - |
HSV(B) | 289.71º | 0.48% | 0.85% | - |
XYZ | 42.38 | 29.15 | 69.72 | - |
YUV | 150.98 | 165.82 | 162.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 113 | 218 | 0.08 | 0.48 | 0 | 0.15 | 289.71 | 0.59 | 0.65 |
Hex | C8 | 71 | DA | 8 | 30 | 0 | F | 122 | 3B | 41 |
Octal | 310 | 161 | 332 | 10 | 60 | 0 | 17 | 442 | 73 | 101 |
Binary | 11001000 | 1110001 | 11011010 | 1000 | 110000 | 0 | 1111 | 100100010 | 111011 | 1000001 |
Color Harmonies of #C871DA
Complementary color
Monochromatic Colors of #C871DA
Black with #C871DA
Text Example
Text Example
White with #C871DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C871DA; }
p { color: rgb(200,113,218); }
H1.HeaderClassName
{
color: #C871DA;
}
.AnyTagClassName
{
color: #C871DA;
}
</style>
background-color css
<style>
a { background-color: #C871DA; }
a { background-color: rgb(200,113,218); }
div.DivClassName
{
background-color: #C871DA;
}
.BgClassName
{
background-color: #C871DA;
}
</style>
border-color css
<style>
span { border-color: #C871DA; }
span { border-color: rgb(200,113,218); }
td.TdClassName
{
border-color: #C871DA;
}
.TagClassName
{
border-color: #C871DA;
}
</style>