Shades of Perfume #C295FD
Tints of Perfume #C295FD
RGB
CMYK
RGB Variations
Color information
#C295FD (or 0xC295FD) is known color: Perfume. HEX triplet: C2, 95 and FD. RGB value is (194,149,253). Sum of RGB (Red+Green+Blue) = 194+149+253=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #C295FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C295FD is #3D6A02. Grayscale: #ADADAD. Windows color (decimal): -4024835 or 16618946. OLE color: 16618946.
HSL color Cylindrical-coordinate representation of color #C295FD: hue angle of 265.96º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C295FD is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 149 | 253 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.01 |
| HSL | 265.96º | 0.96% | 0.79% | - |
| HSV(B) | 265.96º | 0.41% | 0.99% | - |
| XYZ | 50.73 | 40.06 | 97.99 | - |
| YUV | 174.31 | 172.41 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 253 | 0.23 | 0.41 | 0 | 0.01 | 265.96 | 0.96 | 0.79 |
| Hex | C2 | 95 | FD | 17 | 29 | 0 | 1 | 10A | 60 | 4F |
| Octal | 302 | 225 | 375 | 27 | 51 | 0 | 1 | 412 | 140 | 117 |
| Binary | 11000010 | 10010101 | 11111101 | 10111 | 101001 | 0 | 1 | 100001010 | 1100000 | 1001111 |
Color Harmonies of #C295FD
Complementary color
Monochromatic Colors of #C295FD
Black with #C295FD
Text Example
Text Example
White with #C295FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C295FD; }
p { color: rgb(194,149,253); }
H1.HeaderClassName
{
color: #C295FD;
}
.AnyTagClassName
{
color: #C295FD;
}
</style>
background-color css
<style>
a { background-color: #C295FD; }
a { background-color: rgb(194,149,253); }
div.DivClassName
{
background-color: #C295FD;
}
.BgClassName
{
background-color: #C295FD;
}
</style>
border-color css
<style>
span { border-color: #C295FD; }
span { border-color: rgb(194,149,253); }
td.TdClassName
{
border-color: #C295FD;
}
.TagClassName
{
border-color: #C295FD;
}
</style>