Html Css Color HEX #C393FB Perfume

📋 copy color: '#C393FB'

red 195 ◦ green 147 ◦ blue 251

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

Shades of Perfume #C393FB

Tints of Perfume #C393FB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.79%

 BLUE value IS 251 (98.44% from 255) = 42.33%

R = 32.88%
G = 24.79%
B = 42.33%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C393FB (or 0xC393FB) is known color: Perfume. HEX triplet: C3, 93 and FB. RGB value is (195,147,251). Sum of RGB (Red+Green+Blue) = 195+147+251=593 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.88% from 593); Green value is 147 (57.81% from 255 or 24.79% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #C393FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C393FB is #3C6C04. Grayscale: #ACACAC. Windows color (decimal): -3959813 or 16487363. OLE color: 16487363.

HSL color Cylindrical-coordinate representation of color #C393FB: hue angle of 267.69º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C393FB is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 147 251 -
CMYK 0.22 0.41 0 0.02
HSL 267.69º 0.93% 0.78% -
HSV(B) 267.69º 0.41% 0.98% -
XYZ 50.35 39.43 96.22 -
YUV 173.21 171.9 143.54 -
System Red Green Blue C M Y K H S L
Decimal 195 147 251 0.22 0.41 0 0.02 267.69 0.93 0.78
Hex C3 93 FB 16 29 0 2 10C 5D 4E
Octal 303 223 373 26 51 0 2 414 135 116
Binary 11000011 10010011 11111011 10110 101001 0 10 100001100 1011101 1001110

Color Harmonies of #C393FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C393FB

Black with #C393FB

Text Example


Text Example

White with #C393FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C393FB; }

 p { color: rgb(195,147,251); }

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

background-color css

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

 a { background-color: rgb(195,147,251); }

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

border-color css

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

 span { border-color: rgb(195,147,251); }

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