Shades of Orchid #C381CB
Tints of Orchid #C381CB
RGB
CMYK
RGB Variations
Color information
#C381CB (or 0xC381CB) is known color: Orchid. HEX triplet: C3, 81 and CB. RGB value is (195,129,203). Sum of RGB (Red+Green+Blue) = 195+129+203=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #C381CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C381CB is #3C7E34. Grayscale: #9C9C9C. Windows color (decimal): -3964469 or 13337027. OLE color: 13337027.
HSL color Cylindrical-coordinate representation of color #C381CB: hue angle of 293.51º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C381CB is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 129 | 203 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.20 |
| HSL | 293.51º | 0.42% | 0.65% | - |
| HSV(B) | 293.51º | 0.36% | 0.8% | - |
| XYZ | 41.14 | 31.61 | 60.43 | - |
| YUV | 157.17 | 153.87 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 203 | 0.04 | 0.36 | 0 | 0.20 | 293.51 | 0.42 | 0.65 |
| Hex | C3 | 81 | CB | 4 | 24 | 0 | 14 | 126 | 2A | 41 |
| Octal | 303 | 201 | 313 | 4 | 44 | 0 | 24 | 446 | 52 | 101 |
| Binary | 11000011 | 10000001 | 11001011 | 100 | 100100 | 0 | 10100 | 100100110 | 101010 | 1000001 |
Color Harmonies of #C381CB
Complementary color
Monochromatic Colors of #C381CB
Black with #C381CB
Text Example
Text Example
White with #C381CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C381CB; }
p { color: rgb(195,129,203); }
H1.HeaderClassName
{
color: #C381CB;
}
.AnyTagClassName
{
color: #C381CB;
}
</style>
background-color css
<style>
a { background-color: #C381CB; }
a { background-color: rgb(195,129,203); }
div.DivClassName
{
background-color: #C381CB;
}
.BgClassName
{
background-color: #C381CB;
}
</style>
border-color css
<style>
span { border-color: #C381CB; }
span { border-color: rgb(195,129,203); }
td.TdClassName
{
border-color: #C381CB;
}
.TagClassName
{
border-color: #C381CB;
}
</style>