Shades of Orchid #C380C4
Tints of Orchid #C380C4
RGB
CMYK
RGB Variations
Color information
#C380C4 (or 0xC380C4) is known color: Orchid. HEX triplet: C3, 80 and C4. RGB value is (195,128,196). Sum of RGB (Red+Green+Blue) = 195+128+196=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 196 - color contains mainly: blue. Hex color #C380C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380C4 is #3C7F3B. Grayscale: #9B9B9B. Windows color (decimal): -3964732 or 12878019. OLE color: 12878019.
HSL color Cylindrical-coordinate representation of color #C380C4: hue angle of 299.12º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C380C4 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 128 | 196 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.23 |
| HSL | 299.12º | 0.37% | 0.64% | - |
| HSV(B) | 299.12º | 0.35% | 0.77% | - |
| XYZ | 40.19 | 31.03 | 56.09 | - |
| YUV | 155.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 196 | 0.01 | 0.35 | 0 | 0.23 | 299.12 | 0.37 | 0.64 |
| Hex | C3 | 80 | C4 | 1 | 23 | 0 | 17 | 12B | 25 | 40 |
| Octal | 303 | 200 | 304 | 1 | 43 | 0 | 27 | 453 | 45 | 100 |
| Binary | 11000011 | 10000000 | 11000100 | 1 | 100011 | 0 | 10111 | 100101011 | 100101 | 1000000 |
Color Harmonies of #C380C4
Complementary color
Monochromatic Colors of #C380C4
Black with #C380C4
Text Example
Text Example
White with #C380C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C380C4; }
p { color: rgb(195,128,196); }
H1.HeaderClassName
{
color: #C380C4;
}
.AnyTagClassName
{
color: #C380C4;
}
</style>
background-color css
<style>
a { background-color: #C380C4; }
a { background-color: rgb(195,128,196); }
div.DivClassName
{
background-color: #C380C4;
}
.BgClassName
{
background-color: #C380C4;
}
</style>
border-color css
<style>
span { border-color: #C380C4; }
span { border-color: rgb(195,128,196); }
td.TdClassName
{
border-color: #C380C4;
}
.TagClassName
{
border-color: #C380C4;
}
</style>