Shades of Orchid #C380CE
Tints of Orchid #C380CE
RGB
CMYK
RGB Variations
Color information
#C380CE (or 0xC380CE) is known color: Orchid. HEX triplet: C3, 80 and CE. RGB value is (195,128,206). Sum of RGB (Red+Green+Blue) = 195+128+206=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #C380CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380CE is #3C7F31. Grayscale: #9C9C9C. Windows color (decimal): -3964722 or 13533379. OLE color: 13533379.
HSL color Cylindrical-coordinate representation of color #C380CE: hue angle of 291.54º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C380CE is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 128 | 206 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.19 |
| HSL | 291.54º | 0.44% | 0.65% | - |
| HSV(B) | 291.54º | 0.38% | 0.81% | - |
| XYZ | 41.37 | 31.5 | 62.29 | - |
| YUV | 156.93 | 155.7 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 206 | 0.05 | 0.38 | 0 | 0.19 | 291.54 | 0.44 | 0.65 |
| Hex | C3 | 80 | CE | 5 | 26 | 0 | 13 | 124 | 2C | 41 |
| Octal | 303 | 200 | 316 | 5 | 46 | 0 | 23 | 444 | 54 | 101 |
| Binary | 11000011 | 10000000 | 11001110 | 101 | 100110 | 0 | 10011 | 100100100 | 101100 | 1000001 |
Color Harmonies of #C380CE
Complementary color
Monochromatic Colors of #C380CE
Black with #C380CE
Text Example
Text Example
White with #C380CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C380CE; }
p { color: rgb(195,128,206); }
H1.HeaderClassName
{
color: #C380CE;
}
.AnyTagClassName
{
color: #C380CE;
}
</style>
background-color css
<style>
a { background-color: #C380CE; }
a { background-color: rgb(195,128,206); }
div.DivClassName
{
background-color: #C380CE;
}
.BgClassName
{
background-color: #C380CE;
}
</style>
border-color css
<style>
span { border-color: #C380CE; }
span { border-color: rgb(195,128,206); }
td.TdClassName
{
border-color: #C380CE;
}
.TagClassName
{
border-color: #C380CE;
}
</style>