Html Css Color HEX #C396FE Perfume

📋 copy color: '#C396FE'

red 195 ◦ green 150 ◦ blue 254

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

Shades of Perfume #C396FE

Tints of Perfume #C396FE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.04%

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

R = 32.55%
G = 25.04%
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

#C396FE (or 0xC396FE) is known color: Perfume. HEX triplet: C3, 96 and FE. RGB value is (195,150,254). Sum of RGB (Red+Green+Blue) = 195+150+254=599 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.55% from 599); Green value is 150 (58.98% from 255 or 25.04% 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 #C396FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C396FE is #3C6901. Grayscale: #AEAEAE. Windows color (decimal): -3959042 or 16684739. OLE color: 16684739.

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

Color convert

RGB 195 150 254 -
CMYK 0.23 0.41 0 0.00
HSL 265.96º 0.98% 0.79% -
HSV(B) 265.96º 0.41% 1% -
XYZ 51.3 40.57 98.89 -
YUV 175.31 172.41 142.04 -
System Red Green Blue C M Y K H S L
Decimal 195 150 254 0.23 0.41 0 0.00 265.96 0.98 0.79
Hex C3 96 FE 17 29 0 0 10A 62 4F
Octal 303 226 376 27 51 0 0 412 142 117
Binary 11000011 10010110 11111110 10111 101001 0 0 100001010 1100010 1001111

Color Harmonies of #C396FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C396FE

Black with #C396FE

Text Example


Text Example

White with #C396FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C396FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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