Html Css Color HEX #C194FD Perfume

📋 copy color: '#C194FD'

red 193 ◦ green 148 ◦ blue 253

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

Shades of Perfume #C194FD

Tints of Perfume #C194FD

RGB

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

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

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

R = 32.49%
G = 24.92%
B = 42.59%

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

#C194FD (or 0xC194FD) is known color: Perfume. HEX triplet: C1, 94 and FD. RGB value is (193,148,253). Sum of RGB (Red+Green+Blue) = 193+148+253=594 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.49% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #C194FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C194FD is #3E6B02. Grayscale: #ADADAD. Windows color (decimal): -4090627 or 16618689. OLE color: 16618689.

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

Color convert

RGB 193 148 253 -
CMYK 0.24 0.42 0 0.01
HSL 265.71º 0.96% 0.79% -
HSV(B) 265.71º 0.42% 0.99% -
XYZ 50.31 39.61 97.92 -
YUV 173.43 172.91 141.96 -
System Red Green Blue C M Y K H S L
Decimal 193 148 253 0.24 0.42 0 0.01 265.71 0.96 0.79
Hex C1 94 FD 18 2A 0 1 10A 60 4F
Octal 301 224 375 30 52 0 1 412 140 117
Binary 11000001 10010100 11111101 11000 101010 0 1 100001010 1100000 1001111

Color Harmonies of #C194FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C194FD

Black with #C194FD

Text Example


Text Example

White with #C194FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C194FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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