Shades of Perfume #C399ED
Tints of Perfume #C399ED
RGB
CMYK
RGB Variations
Color information
#C399ED (or 0xC399ED) is known color: Perfume. HEX triplet: C3, 99 and ED. RGB value is (195,153,237). Sum of RGB (Red+Green+Blue) = 195+153+237=585 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.33% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #C399ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C399ED is #3C6612. Grayscale: #AEAEAE. Windows color (decimal): -3958291 or 15571395. OLE color: 15571395.
HSL color Cylindrical-coordinate representation of color #C399ED: hue angle of 270º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C399ED is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 195 | 153 | 237 | - |
CMYK | 0.18 | 0.35 | 0 | 0.07 |
HSL | 270º | 0.7% | 0.76% | - |
HSV(B) | 270º | 0.35% | 0.93% | - |
XYZ | 49.18 | 40.5 | 85.35 | - |
YUV | 175.13 | 162.91 | 142.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 153 | 237 | 0.18 | 0.35 | 0 | 0.07 | 270 | 0.7 | 0.76 |
Hex | C3 | 99 | ED | 12 | 23 | 0 | 7 | 10E | 46 | 4C |
Octal | 303 | 231 | 355 | 22 | 43 | 0 | 7 | 416 | 106 | 114 |
Binary | 11000011 | 10011001 | 11101101 | 10010 | 100011 | 0 | 111 | 100001110 | 1000110 | 1001100 |
Color Harmonies of #C399ED
Complementary color
Monochromatic Colors of #C399ED
Black with #C399ED
Text Example
Text Example
White with #C399ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C399ED; }
p { color: rgb(195,153,237); }
H1.HeaderClassName
{
color: #C399ED;
}
.AnyTagClassName
{
color: #C399ED;
}
</style>
background-color css
<style>
a { background-color: #C399ED; }
a { background-color: rgb(195,153,237); }
div.DivClassName
{
background-color: #C399ED;
}
.BgClassName
{
background-color: #C399ED;
}
</style>
border-color css
<style>
span { border-color: #C399ED; }
span { border-color: rgb(195,153,237); }
td.TdClassName
{
border-color: #C399ED;
}
.TagClassName
{
border-color: #C399ED;
}
</style>