Html Css Color HEX #C194FA Perfume

📋 copy color: '#C194FA'

red 193 ◦ green 148 ◦ blue 250

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

Shades of Perfume #C194FA

Tints of Perfume #C194FA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.04%

 BLUE value IS 250 (98.05% from 255) = 42.3%

R = 32.66%
G = 25.04%
B = 42.3%

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

#C194FA (or 0xC194FA) is known color: Perfume. HEX triplet: C1, 94 and FA. RGB value is (193,148,250). Sum of RGB (Red+Green+Blue) = 193+148+250=591 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.66% from 591); Green value is 148 (58.20% from 255 or 25.04% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #C194FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C194FA is #3E6B05. Grayscale: #ACACAC. Windows color (decimal): -4090630 or 16422081. OLE color: 16422081.

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

Color convert

RGB 193 148 250 -
CMYK 0.23 0.41 0 0.02
HSL 266.47º 0.91% 0.78% -
HSV(B) 266.47º 0.41% 0.98% -
XYZ 49.84 39.42 95.42 -
YUV 173.08 171.41 142.21 -
System Red Green Blue C M Y K H S L
Decimal 193 148 250 0.23 0.41 0 0.02 266.47 0.91 0.78
Hex C1 94 FA 17 29 0 2 10A 5B 4E
Octal 301 224 372 27 51 0 2 412 133 116
Binary 11000001 10010100 11111010 10111 101001 0 10 100001010 1011011 1001110

Color Harmonies of #C194FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C194FA

Black with #C194FA

Text Example


Text Example

White with #C194FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C194FA; }

 p { color: rgb(193,148,250); }

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

background-color css

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

 a { background-color: rgb(193,148,250); }

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

border-color css

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

 span { border-color: rgb(193,148,250); }

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