Html Css Color HEX #C396FC Perfume

📋 copy color: '#C396FC'

red 195 ◦ green 150 ◦ blue 252

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

Shades of Perfume #C396FC

Tints of Perfume #C396FC

RGB

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

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

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

R = 32.66%
G = 25.13%
B = 42.21%

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

#C396FC (or 0xC396FC) is known color: Perfume. HEX triplet: C3, 96 and FC. RGB value is (195,150,252). Sum of RGB (Red+Green+Blue) = 195+150+252=597 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.66% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #C396FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C396FC is #3C6903. Grayscale: #AEAEAE. Windows color (decimal): -3959044 or 16553667. OLE color: 16553667.

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

Color convert

RGB 195 150 252 -
CMYK 0.23 0.40 0 0.01
HSL 266.47º 0.94% 0.79% -
HSV(B) 266.47º 0.4% 0.99% -
XYZ 50.98 40.44 97.21 -
YUV 175.08 171.41 142.21 -
System Red Green Blue C M Y K H S L
Decimal 195 150 252 0.23 0.40 0 0.01 266.47 0.94 0.79
Hex C3 96 FC 17 28 0 1 10A 5E 4F
Octal 303 226 374 27 50 0 1 412 136 117
Binary 11000011 10010110 11111100 10111 101000 0 1 100001010 1011110 1001111

Color Harmonies of #C396FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C396FC

Black with #C396FC

Text Example


Text Example

White with #C396FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C396FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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