Shades of Orchid #C380D0
Tints of Orchid #C380D0
RGB
CMYK
RGB Variations
Color information
#C380D0 (or 0xC380D0) is known color: Orchid. HEX triplet: C3, 80 and D0. RGB value is (195,128,208). Sum of RGB (Red+Green+Blue) = 195+128+208=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 208 - color contains mainly: blue. Hex color #C380D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380D0 is #3C7F2F. Grayscale: #9C9C9C. Windows color (decimal): -3964720 or 13664451. OLE color: 13664451.
HSL color Cylindrical-coordinate representation of color #C380D0: hue angle of 290.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C380D0 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 128 | 208 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.18 |
| HSL | 290.25º | 0.46% | 0.66% | - |
| HSV(B) | 290.25º | 0.38% | 0.82% | - |
| XYZ | 41.61 | 31.59 | 63.58 | - |
| YUV | 157.15 | 156.7 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 208 | 0.06 | 0.38 | 0 | 0.18 | 290.25 | 0.46 | 0.66 |
| Hex | C3 | 80 | D0 | 6 | 26 | 0 | 12 | 122 | 2E | 42 |
| Octal | 303 | 200 | 320 | 6 | 46 | 0 | 22 | 442 | 56 | 102 |
| Binary | 11000011 | 10000000 | 11010000 | 110 | 100110 | 0 | 10010 | 100100010 | 101110 | 1000010 |
Color Harmonies of #C380D0
Complementary color
Monochromatic Colors of #C380D0
Black with #C380D0
Text Example
Text Example
White with #C380D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C380D0; }
p { color: rgb(195,128,208); }
H1.HeaderClassName
{
color: #C380D0;
}
.AnyTagClassName
{
color: #C380D0;
}
</style>
background-color css
<style>
a { background-color: #C380D0; }
a { background-color: rgb(195,128,208); }
div.DivClassName
{
background-color: #C380D0;
}
.BgClassName
{
background-color: #C380D0;
}
</style>
border-color css
<style>
span { border-color: #C380D0; }
span { border-color: rgb(195,128,208); }
td.TdClassName
{
border-color: #C380D0;
}
.TagClassName
{
border-color: #C380D0;
}
</style>