#C299FD

Color #C299FD Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #C299FD

Tints of Perfume #C299FD

Color information

#C299FD (or 0xC299FD) is unknown color: approx Perfume. HEX triplet: C2, 99 and FD. RGB value is (194,153,253). Sum of RGB (Red+Green+Blue) = 194+153+253=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 153 (60.16% from 255 or 25.5% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #C299FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C299FD is #3D6602. Grayscale: #B0B0B0. Windows color (decimal): -4023811 or 16619970. OLE color: 16619970.

HSL color Cylindrical-coordinate representation of color #C299FD: hue angle of 264.6º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C299FD is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB194153253-
CMYK0.230.4000.01
HSL264.6º96.15%79.61%-
HSV(B)264.6º39.53%99.22%-
XYZ51.3741.3498.2-
YUV176.66171.08140.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 32.33%
GREEN value IS 153 (60.16% from 255) = 25.5%
BLUE value IS 253 (99.22% from 255) = 42.17%
R=32.33%
G=25.5%
B=42.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1941532530.230.4000.01264.696.1579.61
HexC299FD1728011096050
Octal302231375275001411140120
Binary110000101001100111111101101111010000110000100111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C299FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C299FD; }

 p { color: rgb(194,153,253); }

 H1.HeaderClassName
 {
   color: #C299FD;
 }
 .AnyTagClassName
 {
   color: #C299FD;
 }
</style>
background-color css

<style>
 a { background-color: #C299FD; }

 a { background-color: rgb(194,153,253); }

 div.DivClassName
 {
   background-color: #C299FD;
 }
 .BgClassName
 {
   background-color: #C299FD;
 }
</style>
border-color css

<style>
 span { border-color: #C299FD; }

 span { border-color: rgb(194,153,253); }

 td.TdClassName
 {
   border-color: #C299FD;
 }
 .TagClassName
 {
   border-color: #C299FD;
 }
</style>