Html Css Color HEX #C498FE Perfume

📋 copy color: '#C498FE'

red 196 ◦ green 152 ◦ blue 254

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

Shades of Perfume #C498FE

Tints of Perfume #C498FE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.25%

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

R = 32.56%
G = 25.25%
B = 42.19%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C498FE (or 0xC498FE) is known color: Perfume. HEX triplet: C4, 98 and FE. RGB value is (196,152,254). Sum of RGB (Red+Green+Blue) = 196+152+254=602 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.56% from 602); Green value is 152 (59.77% from 255 or 25.25% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #C498FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C498FE is #3B6701. Grayscale: #B0B0B0. Windows color (decimal): -3892994 or 16685252. OLE color: 16685252.

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

Color convert

RGB 196 152 254 -
CMYK 0.23 0.40 0 0.00
HSL 265.88º 0.98% 0.8% -
HSV(B) 265.88º 0.4% 1% -
XYZ 51.88 41.35 99.01 -
YUV 176.78 171.58 141.71 -
System Red Green Blue C M Y K H S L
Decimal 196 152 254 0.23 0.40 0 0.00 265.88 0.98 0.8
Hex C4 98 FE 17 28 0 0 10A 62 50
Octal 304 230 376 27 50 0 0 412 142 120
Binary 11000100 10011000 11111110 10111 101000 0 0 100001010 1100010 1010000

Color Harmonies of #C498FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C498FE

Black with #C498FE

Text Example


Text Example

White with #C498FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C498FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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