Html Css Color HEX #C396FD Perfume

📋 copy color: '#C396FD'

red 195 ◦ green 150 ◦ blue 253

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

Shades of Perfume #C396FD

Tints of Perfume #C396FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.31%

R = 32.61%
G = 25.08%
B = 42.31%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C396FD (or 0xC396FD) is known color: Perfume. HEX triplet: C3, 96 and FD. RGB value is (195,150,253). Sum of RGB (Red+Green+Blue) = 195+150+253=598 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.61% from 598); Green value is 150 (58.98% from 255 or 25.08% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #C396FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C396FD is #3C6902. Grayscale: #AEAEAE. Windows color (decimal): -3959043 or 16619203. OLE color: 16619203.

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

Color convert

RGB 195 150 253 -
CMYK 0.23 0.41 0 0.01
HSL 266.21º 0.96% 0.79% -
HSV(B) 266.21º 0.41% 0.99% -
XYZ 51.14 40.51 98.05 -
YUV 175.2 171.91 142.12 -
System Red Green Blue C M Y K H S L
Decimal 195 150 253 0.23 0.41 0 0.01 266.21 0.96 0.79
Hex C3 96 FD 17 29 0 1 10A 60 4F
Octal 303 226 375 27 51 0 1 412 140 117
Binary 11000011 10010110 11111101 10111 101001 0 1 100001010 1100000 1001111

Color Harmonies of #C396FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C396FD

Black with #C396FD

Text Example


Text Example

White with #C396FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C396FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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