Html Css Color HEX #C398FE Perfume

📋 copy color: '#C398FE'

red 195 ◦ green 152 ◦ blue 254

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

Shades of Perfume #C398FE

Tints of Perfume #C398FE

RGB

 RED value IS 195 (76.56% from 255) = 32.45%

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

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

R = 32.45%
G = 25.29%
B = 42.26%

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

#C398FE (or 0xC398FE) is known color: Perfume. HEX triplet: C3, 98 and FE. RGB value is (195,152,254). Sum of RGB (Red+Green+Blue) = 195+152+254=601 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.45% from 601); Green value is 152 (59.77% from 255 or 25.29% 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 #C398FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C398FE is #3C6701. Grayscale: #B0B0B0. Windows color (decimal): -3958530 or 16685251. OLE color: 16685251.

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

Color convert

RGB 195 152 254 -
CMYK 0.23 0.40 0 0.00
HSL 265.29º 0.98% 0.8% -
HSV(B) 265.29º 0.4% 1% -
XYZ 51.62 41.21 99 -
YUV 176.49 171.75 141.21 -
System Red Green Blue C M Y K H S L
Decimal 195 152 254 0.23 0.40 0 0.00 265.29 0.98 0.8
Hex C3 98 FE 17 28 0 0 109 62 50
Octal 303 230 376 27 50 0 0 411 142 120
Binary 11000011 10011000 11111110 10111 101000 0 0 100001001 1100010 1010000

Color Harmonies of #C398FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C398FE

Black with #C398FE

Text Example


Text Example

White with #C398FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C398FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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