Html Css Color HEX #C495FE Perfume

📋 copy color: '#C495FE'

red 196 ◦ green 149 ◦ blue 254

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

Shades of Perfume #C495FE

Tints of Perfume #C495FE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.87%

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

R = 32.72%
G = 24.87%
B = 42.4%

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

#C495FE (or 0xC495FE) is known color: Perfume. HEX triplet: C4, 95 and FE. RGB value is (196,149,254). Sum of RGB (Red+Green+Blue) = 196+149+254=599 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.72% from 599); Green value is 149 (58.59% from 255 or 24.87% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #C495FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C495FE is #3B6A01. Grayscale: #AEAEAE. Windows color (decimal): -3893762 or 16684484. OLE color: 16684484.

HSL color Cylindrical-coordinate representation of color #C495FE: hue angle of 266.86º 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 #C495FE is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 149 254 -
CMYK 0.23 0.41 0 0.00
HSL 266.86º 0.98% 0.79% -
HSV(B) 266.86º 0.41% 1% -
XYZ 51.4 40.39 98.85 -
YUV 175.02 172.57 142.96 -
System Red Green Blue C M Y K H S L
Decimal 196 149 254 0.23 0.41 0 0.00 266.86 0.98 0.79
Hex C4 95 FE 17 29 0 0 10B 62 4F
Octal 304 225 376 27 51 0 0 413 142 117
Binary 11000100 10010101 11111110 10111 101001 0 0 100001011 1100010 1001111

Color Harmonies of #C495FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C495FE

Black with #C495FE

Text Example


Text Example

White with #C495FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C495FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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