Html Css Color HEX #C497FE Perfume

📋 copy color: '#C497FE'

red 196 ◦ green 151 ◦ blue 254

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

Shades of Perfume #C497FE

Tints of Perfume #C497FE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.12%

 BLUE value IS 254 (99.61% from 255) = 42.26%

R = 32.61%
G = 25.12%
B = 42.26%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C497FE (or 0xC497FE) is known color: Perfume. HEX triplet: C4, 97 and FE. RGB value is (196,151,254). Sum of RGB (Red+Green+Blue) = 196+151+254=601 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.61% from 601); Green value is 151 (59.38% from 255 or 25.12% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #C497FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C497FE is #3B6801. Grayscale: #AFAFAF. Windows color (decimal): -3893250 or 16684996. OLE color: 16684996.

HSL color Cylindrical-coordinate representation of color #C497FE: hue angle of 266.21º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C497FE is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 151 254 -
CMYK 0.23 0.41 0 0.00
HSL 266.21º 0.98% 0.79% -
HSV(B) 266.21º 0.41% 1% -
XYZ 51.72 41.02 98.96 -
YUV 176.2 171.91 142.12 -
System Red Green Blue C M Y K H S L
Decimal 196 151 254 0.23 0.41 0 0.00 266.21 0.98 0.79
Hex C4 97 FE 17 29 0 0 10A 62 4F
Octal 304 227 376 27 51 0 0 412 142 117
Binary 11000100 10010111 11111110 10111 101001 0 0 100001010 1100010 1001111

Color Harmonies of #C497FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C497FE

Black with #C497FE

Text Example


Text Example

White with #C497FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C497FE; }

 p { color: rgb(196,151,254); }

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

background-color css

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

 a { background-color: rgb(196,151,254); }

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

border-color css

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

 span { border-color: rgb(196,151,254); }

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