Shades of Orchid #C380D1
Tints of Orchid #C380D1
RGB
CMYK
RGB Variations
Color information
#C380D1 (or 0xC380D1) is known color: Orchid. HEX triplet: C3, 80 and D1. RGB value is (195,128,209). Sum of RGB (Red+Green+Blue) = 195+128+209=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 209 - color contains mainly: blue. Hex color #C380D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380D1 is #3C7F2E. Grayscale: #9D9D9D. Windows color (decimal): -3964719 or 13729987. OLE color: 13729987.
HSL color Cylindrical-coordinate representation of color #C380D1: hue angle of 289.63º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C380D1 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 128 | 209 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.18 |
| HSL | 289.63º | 0.47% | 0.66% | - |
| HSV(B) | 289.63º | 0.39% | 0.82% | - |
| XYZ | 41.73 | 31.64 | 64.23 | - |
| YUV | 157.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 209 | 0.07 | 0.39 | 0 | 0.18 | 289.63 | 0.47 | 0.66 |
| Hex | C3 | 80 | D1 | 7 | 27 | 0 | 12 | 122 | 2F | 42 |
| Octal | 303 | 200 | 321 | 7 | 47 | 0 | 22 | 442 | 57 | 102 |
| Binary | 11000011 | 10000000 | 11010001 | 111 | 100111 | 0 | 10010 | 100100010 | 101111 | 1000010 |
Color Harmonies of #C380D1
Complementary color
Monochromatic Colors of #C380D1
Black with #C380D1
Text Example
Text Example
White with #C380D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C380D1; }
p { color: rgb(195,128,209); }
H1.HeaderClassName
{
color: #C380D1;
}
.AnyTagClassName
{
color: #C380D1;
}
</style>
background-color css
<style>
a { background-color: #C380D1; }
a { background-color: rgb(195,128,209); }
div.DivClassName
{
background-color: #C380D1;
}
.BgClassName
{
background-color: #C380D1;
}
</style>
border-color css
<style>
span { border-color: #C380D1; }
span { border-color: rgb(195,128,209); }
td.TdClassName
{
border-color: #C380D1;
}
.TagClassName
{
border-color: #C380D1;
}
</style>