Html Css Color HEX #C193FB Perfume

📋 copy color: '#C193FB'

red 193 ◦ green 147 ◦ blue 251

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

Shades of Perfume #C193FB

Tints of Perfume #C193FB

RGB

 RED value IS 193 (75.78% from 255) = 32.66%

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

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

R = 32.66%
G = 24.87%
B = 42.47%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C193FB (or 0xC193FB) is known color: Perfume. HEX triplet: C1, 93 and FB. RGB value is (193,147,251). Sum of RGB (Red+Green+Blue) = 193+147+251=591 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.66% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #C193FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C193FB is #3E6C04. Grayscale: #ACACAC. Windows color (decimal): -4090885 or 16487361. OLE color: 16487361.

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

Color convert

RGB 193 147 251 -
CMYK 0.23 0.41 0 0.02
HSL 266.54º 0.93% 0.78% -
HSV(B) 266.54º 0.41% 0.98% -
XYZ 49.84 39.17 96.2 -
YUV 172.61 172.24 142.54 -
System Red Green Blue C M Y K H S L
Decimal 193 147 251 0.23 0.41 0 0.02 266.54 0.93 0.78
Hex C1 93 FB 17 29 0 2 10B 5D 4E
Octal 301 223 373 27 51 0 2 413 135 116
Binary 11000001 10010011 11111011 10111 101001 0 10 100001011 1011101 1001110

Color Harmonies of #C193FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C193FB

Black with #C193FB

Text Example


Text Example

White with #C193FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C193FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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