Html Css Color HEX #C499FA Perfume

📋 copy color: '#C499FA'

red 196 ◦ green 153 ◦ blue 250

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

Shades of Perfume #C499FA

Tints of Perfume #C499FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.74%

R = 32.72%
G = 25.54%
B = 41.74%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C499FA (or 0xC499FA) is known color: Perfume. HEX triplet: C4, 99 and FA. RGB value is (196,153,250). Sum of RGB (Red+Green+Blue) = 196+153+250=599 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.72% from 599); Green value is 153 (60.16% from 255 or 25.54% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #C499FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C499FA is #3B6605. Grayscale: #B0B0B0. Windows color (decimal): -3892742 or 16423364. OLE color: 16423364.

HSL color Cylindrical-coordinate representation of color #C499FA: hue angle of 266.6º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C499FA is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 153 250 -
CMYK 0.22 0.39 0 0.02
HSL 266.6º 0.91% 0.79% -
HSV(B) 266.6º 0.39% 0.98% -
XYZ 51.41 41.42 95.73 -
YUV 176.92 169.25 141.61 -
System Red Green Blue C M Y K H S L
Decimal 196 153 250 0.22 0.39 0 0.02 266.6 0.91 0.79
Hex C4 99 FA 16 27 0 2 10B 5B 4F
Octal 304 231 372 26 47 0 2 413 133 117
Binary 11000100 10011001 11111010 10110 100111 0 10 100001011 1011011 1001111

Color Harmonies of #C499FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C499FA

Black with #C499FA

Text Example


Text Example

White with #C499FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C499FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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