Html Css Color HEX #C494FE Perfume

📋 copy color: '#C494FE'

red 196 ◦ green 148 ◦ blue 254

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

Shades of Perfume #C494FE

Tints of Perfume #C494FE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.75%

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

R = 32.78%
G = 24.75%
B = 42.47%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C494FE (or 0xC494FE) is known color: Perfume. HEX triplet: C4, 94 and FE. RGB value is (196,148,254). Sum of RGB (Red+Green+Blue) = 196+148+254=598 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.78% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #C494FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C494FE is #3B6B01. Grayscale: #AEAEAE. Windows color (decimal): -3894018 or 16684228. OLE color: 16684228.

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

Color convert

RGB 196 148 254 -
CMYK 0.23 0.42 0 0.00
HSL 267.17º 0.98% 0.79% -
HSV(B) 267.17º 0.42% 1% -
XYZ 51.24 40.07 98.8 -
YUV 174.44 172.9 143.38 -
System Red Green Blue C M Y K H S L
Decimal 196 148 254 0.23 0.42 0 0.00 267.17 0.98 0.79
Hex C4 94 FE 17 2A 0 0 10B 62 4F
Octal 304 224 376 27 52 0 0 413 142 117
Binary 11000100 10010100 11111110 10111 101010 0 0 100001011 1100010 1001111

Color Harmonies of #C494FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C494FE

Black with #C494FE

Text Example


Text Example

White with #C494FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C494FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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