Html Css Color HEX #C193FD Perfume

📋 copy color: '#C193FD'

red 193 ◦ green 147 ◦ blue 253

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

Shades of Perfume #C193FD

Tints of Perfume #C193FD

RGB

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

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

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

R = 32.55%
G = 24.79%
B = 42.66%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C193FD (or 0xC193FD) is known color: Perfume. HEX triplet: C1, 93 and FD. RGB value is (193,147,253). Sum of RGB (Red+Green+Blue) = 193+147+253=593 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.55% from 593); Green value is 147 (57.81% from 255 or 24.79% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #C193FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C193FD is #3E6C02. Grayscale: #ACACAC. Windows color (decimal): -4090883 or 16618433. OLE color: 16618433.

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

Color convert

RGB 193 147 253 -
CMYK 0.24 0.42 0 0.01
HSL 266.04º 0.96% 0.78% -
HSV(B) 266.04º 0.42% 0.99% -
XYZ 50.16 39.3 97.87 -
YUV 172.84 173.24 142.38 -
System Red Green Blue C M Y K H S L
Decimal 193 147 253 0.24 0.42 0 0.01 266.04 0.96 0.78
Hex C1 93 FD 18 2A 0 1 10A 60 4E
Octal 301 223 375 30 52 0 1 412 140 116
Binary 11000001 10010011 11111101 11000 101010 0 1 100001010 1100000 1001110

Color Harmonies of #C193FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C193FD

Black with #C193FD

Text Example


Text Example

White with #C193FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C193FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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