Shades of Orchid #C381C8
Tints of Orchid #C381C8
RGB
CMYK
RGB Variations
Color information
#C381C8 (or 0xC381C8) is known color: Orchid. HEX triplet: C3, 81 and C8. RGB value is (195,129,200). Sum of RGB (Red+Green+Blue) = 195+129+200=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 200 - color contains mainly: blue. Hex color #C381C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C381C8 is #3C7E37. Grayscale: #9C9C9C. Windows color (decimal): -3964472 or 13140419. OLE color: 13140419.
HSL color Cylindrical-coordinate representation of color #C381C8: hue angle of 295.77º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C381C8 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 129 | 200 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.22 |
| HSL | 295.77º | 0.39% | 0.65% | - |
| HSV(B) | 295.77º | 0.36% | 0.78% | - |
| XYZ | 40.78 | 31.47 | 58.57 | - |
| YUV | 156.83 | 152.37 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 200 | 0.02 | 0.36 | 0 | 0.22 | 295.77 | 0.39 | 0.65 |
| Hex | C3 | 81 | C8 | 2 | 24 | 0 | 16 | 128 | 27 | 41 |
| Octal | 303 | 201 | 310 | 2 | 44 | 0 | 26 | 450 | 47 | 101 |
| Binary | 11000011 | 10000001 | 11001000 | 10 | 100100 | 0 | 10110 | 100101000 | 100111 | 1000001 |
Color Harmonies of #C381C8
Complementary color
Monochromatic Colors of #C381C8
Black with #C381C8
Text Example
Text Example
White with #C381C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C381C8; }
p { color: rgb(195,129,200); }
H1.HeaderClassName
{
color: #C381C8;
}
.AnyTagClassName
{
color: #C381C8;
}
</style>
background-color css
<style>
a { background-color: #C381C8; }
a { background-color: rgb(195,129,200); }
div.DivClassName
{
background-color: #C381C8;
}
.BgClassName
{
background-color: #C381C8;
}
</style>
border-color css
<style>
span { border-color: #C381C8; }
span { border-color: rgb(195,129,200); }
td.TdClassName
{
border-color: #C381C8;
}
.TagClassName
{
border-color: #C381C8;
}
</style>