Html Css Color HEX #C499F2 Perfume

📋 copy color: '#C499F2'

red 196 ◦ green 153 ◦ blue 242

#C499F2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #C499F2

Tints of Perfume #C499F2

RGB

 RED value IS 196 (76.95% from 255) = 33.16%

 GREEN value IS 153 (60.16% from 255) = 25.89%

 BLUE value IS 242 (94.92% from 255) = 40.95%

R = 33.16%
G = 25.89%
B = 40.95%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C499F2 (or 0xC499F2) is known color: Perfume. HEX triplet: C4, 99 and F2. RGB value is (196,153,242). Sum of RGB (Red+Green+Blue) = 196+153+242=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 153 (60.16% from 255 or 25.89% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #C499F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C499F2 is #3B660D. Grayscale: #AFAFAF. Windows color (decimal): -3892750 or 15899076. OLE color: 15899076.

HSL color Cylindrical-coordinate representation of color #C499F2: hue angle of 268.99º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C499F2 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 153 242 -
CMYK 0.19 0.37 0 0.05
HSL 268.99º 0.77% 0.77% -
HSV(B) 268.99º 0.37% 0.95% -
XYZ 50.18 40.93 89.26 -
YUV 176 165.25 142.26 -
System Red Green Blue C M Y K H S L
Decimal 196 153 242 0.19 0.37 0 0.05 268.99 0.77 0.77
Hex C4 99 F2 13 25 0 5 10D 4D 4D
Octal 304 231 362 23 45 0 5 415 115 115
Binary 11000100 10011001 11110010 10011 100101 0 101 100001101 1001101 1001101

Color Harmonies of #C499F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C499F2

Black with #C499F2

Text Example


Text Example

White with #C499F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C499F2; }

 p { color: rgb(196,153,242); }

 H1.HeaderClassName
 {
   color: #C499F2;
 }
 .AnyTagClassName
 {
   color: #C499F2;
 }
</style>

background-color css

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

 a { background-color: rgb(196,153,242); }

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

border-color css

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

 span { border-color: rgb(196,153,242); }

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