Html Css Color HEX #C193FF Perfume

📋 copy color: '#C193FF'

red 193 ◦ green 147 ◦ blue 255

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

Shades of Perfume #C193FF

Tints of Perfume #C193FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.86%

R = 32.44%
G = 24.71%
B = 42.86%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C193FF (or 0xC193FF) is known color: Perfume. HEX triplet: C1, 93 and FF. RGB value is (193,147,255). Sum of RGB (Red+Green+Blue) = 193+147+255=595 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.44% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #C193FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C193FF is #3E6C00. Grayscale: #ACACAC. Windows color (decimal): -4090881 or 16749505. OLE color: 16749505.

HSL color Cylindrical-coordinate representation of color #C193FF: hue angle of 265.56º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C193FF is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 193 147 255 -
CMYK 0.24 0.42 0 0
HSL 265.56º 1% 0.79% -
HSV(B) 265.56º 0.42% 1% -
XYZ 50.48 39.42 99.56 -
YUV 173.07 174.24 142.22 -
System Red Green Blue C M Y K H S L
Decimal 193 147 255 0.24 0.42 0 0 265.56 1 0.79
Hex C1 93 FF 18 2A 0 0 10A 64 4F
Octal 301 223 377 30 52 0 0 412 144 117
Binary 11000001 10010011 11111111 11000 101010 0 0 100001010 1100100 1001111

Color Harmonies of #C193FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C193FF

Black with #C193FF

Text Example


Text Example

White with #C193FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C193FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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