Shades of Perfume #C293FF
Tints of Perfume #C293FF
RGB
CMYK
RGB Variations
Color information
#C293FF (or 0xC293FF) is known color: Perfume. HEX triplet: C2, 93 and FF. RGB value is (194,147,255). Sum of RGB (Red+Green+Blue) = 194+147+255=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 147 (57.81% from 255 or 24.66% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #C293FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C293FF is #3D6C00. Grayscale: #ACACAC. Windows color (decimal): -4025345 or 16749506. OLE color: 16749506.
HSL color Cylindrical-coordinate representation of color #C293FF: hue angle of 266.11º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C293FF is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 147 | 255 | - |
| CMYK | 0.24 | 0.42 | 0 | 0 |
| HSL | 266.11º | 1% | 0.79% | - |
| HSV(B) | 266.11º | 0.42% | 1% | - |
| XYZ | 50.73 | 39.56 | 99.57 | - |
| YUV | 173.37 | 174.07 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 255 | 0.24 | 0.42 | 0 | 0 | 266.11 | 1 | 0.79 |
| Hex | C2 | 93 | FF | 18 | 2A | 0 | 0 | 10A | 64 | 4F |
| Octal | 302 | 223 | 377 | 30 | 52 | 0 | 0 | 412 | 144 | 117 |
| Binary | 11000010 | 10010011 | 11111111 | 11000 | 101010 | 0 | 0 | 100001010 | 1100100 | 1001111 |
Color Harmonies of #C293FF
Complementary color
Monochromatic Colors of #C293FF
Black with #C293FF
Text Example
Text Example
White with #C293FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C293FF; }
p { color: rgb(194,147,255); }
H1.HeaderClassName
{
color: #C293FF;
}
.AnyTagClassName
{
color: #C293FF;
}
</style>
background-color css
<style>
a { background-color: #C293FF; }
a { background-color: rgb(194,147,255); }
div.DivClassName
{
background-color: #C293FF;
}
.BgClassName
{
background-color: #C293FF;
}
</style>
border-color css
<style>
span { border-color: #C293FF; }
span { border-color: rgb(194,147,255); }
td.TdClassName
{
border-color: #C293FF;
}
.TagClassName
{
border-color: #C293FF;
}
</style>