Shades of Orchid #C775DF
Tints of Orchid #C775DF
RGB
CMYK
RGB Variations
Color information
#C775DF (or 0xC775DF) is known color: Orchid. HEX triplet: C7, 75 and DF. RGB value is (199,117,223). Sum of RGB (Red+Green+Blue) = 199+117+223=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #C775DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C775DF is #388A20. Grayscale: #999999. Windows color (decimal): -3705377 or 14644679. OLE color: 14644679.
HSL color Cylindrical-coordinate representation of color #C775DF: hue angle of 286.42º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C775DF is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 117 | 223 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.13 |
| HSL | 286.42º | 0.62% | 0.67% | - |
| HSV(B) | 286.42º | 0.48% | 0.87% | - |
| XYZ | 43.23 | 30.19 | 73.36 | - |
| YUV | 153.6 | 167.17 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 223 | 0.11 | 0.48 | 0 | 0.13 | 286.42 | 0.62 | 0.67 |
| Hex | C7 | 75 | DF | B | 30 | 0 | D | 11E | 3E | 43 |
| Octal | 307 | 165 | 337 | 13 | 60 | 0 | 15 | 436 | 76 | 103 |
| Binary | 11000111 | 1110101 | 11011111 | 1011 | 110000 | 0 | 1101 | 100011110 | 111110 | 1000011 |
Color Harmonies of #C775DF
Complementary color
Monochromatic Colors of #C775DF
Black with #C775DF
Text Example
Text Example
White with #C775DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C775DF; }
p { color: rgb(199,117,223); }
H1.HeaderClassName
{
color: #C775DF;
}
.AnyTagClassName
{
color: #C775DF;
}
</style>
background-color css
<style>
a { background-color: #C775DF; }
a { background-color: rgb(199,117,223); }
div.DivClassName
{
background-color: #C775DF;
}
.BgClassName
{
background-color: #C775DF;
}
</style>
border-color css
<style>
span { border-color: #C775DF; }
span { border-color: rgb(199,117,223); }
td.TdClassName
{
border-color: #C775DF;
}
.TagClassName
{
border-color: #C775DF;
}
</style>