Shades of Orchid #C275D3
Tints of Orchid #C275D3
RGB
CMYK
RGB Variations
Color information
#C275D3 (or 0xC275D3) is known color: Orchid. HEX triplet: C2, 75 and D3. RGB value is (194,117,211). Sum of RGB (Red+Green+Blue) = 194+117+211=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 211 (82.81% from 255 or 40.42% from 522); Max value from RGB is 211 - color contains mainly: blue. Hex color #C275D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C275D3 is #3D8A2C. Grayscale: #969696. Windows color (decimal): -4033069 or 13858242. OLE color: 13858242.
HSL color Cylindrical-coordinate representation of color #C275D3: hue angle of 289.15º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C275D3 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 117 | 211 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.17 |
| HSL | 289.15º | 0.52% | 0.64% | - |
| HSV(B) | 289.15º | 0.45% | 0.83% | - |
| XYZ | 40.37 | 28.9 | 65.08 | - |
| YUV | 150.74 | 162.01 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 211 | 0.08 | 0.45 | 0 | 0.17 | 289.15 | 0.52 | 0.64 |
| Hex | C2 | 75 | D3 | 8 | 2D | 0 | 11 | 121 | 34 | 40 |
| Octal | 302 | 165 | 323 | 10 | 55 | 0 | 21 | 441 | 64 | 100 |
| Binary | 11000010 | 1110101 | 11010011 | 1000 | 101101 | 0 | 10001 | 100100001 | 110100 | 1000000 |
Color Harmonies of #C275D3
Complementary color
Monochromatic Colors of #C275D3
Black with #C275D3
Text Example
Text Example
White with #C275D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C275D3; }
p { color: rgb(194,117,211); }
H1.HeaderClassName
{
color: #C275D3;
}
.AnyTagClassName
{
color: #C275D3;
}
</style>
background-color css
<style>
a { background-color: #C275D3; }
a { background-color: rgb(194,117,211); }
div.DivClassName
{
background-color: #C275D3;
}
.BgClassName
{
background-color: #C275D3;
}
</style>
border-color css
<style>
span { border-color: #C275D3; }
span { border-color: rgb(194,117,211); }
td.TdClassName
{
border-color: #C275D3;
}
.TagClassName
{
border-color: #C275D3;
}
</style>