Html Css Color HEX #C298FC Perfume

📋 copy color: '#C298FC'

red 194 ◦ green 152 ◦ blue 252

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

Shades of Perfume #C298FC

Tints of Perfume #C298FC

RGB

 RED value IS 194 (76.17% from 255) = 32.44%

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

 BLUE value IS 252 (98.83% from 255) = 42.14%

R = 32.44%
G = 25.42%
B = 42.14%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C298FC (or 0xC298FC) is known color: Perfume. HEX triplet: C2, 98 and FC. RGB value is (194,152,252). Sum of RGB (Red+Green+Blue) = 194+152+252=598 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.44% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #C298FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C298FC is #3D6703. Grayscale: #AFAFAF. Windows color (decimal): -4024068 or 16554178. OLE color: 16554178.

HSL color Cylindrical-coordinate representation of color #C298FC: hue angle of 265.2º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C298FC is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 152 252 -
CMYK 0.23 0.40 0 0.01
HSL 265.2º 0.94% 0.79% -
HSV(B) 265.2º 0.4% 0.99% -
XYZ 51.05 40.95 97.31 -
YUV 175.96 170.91 140.87 -
System Red Green Blue C M Y K H S L
Decimal 194 152 252 0.23 0.40 0 0.01 265.2 0.94 0.79
Hex C2 98 FC 17 28 0 1 109 5E 4F
Octal 302 230 374 27 50 0 1 411 136 117
Binary 11000010 10011000 11111100 10111 101000 0 1 100001001 1011110 1001111

Color Harmonies of #C298FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C298FC

Black with #C298FC

Text Example


Text Example

White with #C298FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C298FC; }

 p { color: rgb(194,152,252); }

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

background-color css

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

 a { background-color: rgb(194,152,252); }

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

border-color css

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

 span { border-color: rgb(194,152,252); }

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