Html Css Color HEX #C195F9 Perfume

📋 copy color: '#C195F9'

red 193 ◦ green 149 ◦ blue 249

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

Shades of Perfume #C195F9

Tints of Perfume #C195F9

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.21%

 BLUE value IS 249 (97.66% from 255) = 42.13%

R = 32.66%
G = 25.21%
B = 42.13%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C195F9 (or 0xC195F9) is known color: Perfume. HEX triplet: C1, 95 and F9. RGB value is (193,149,249). Sum of RGB (Red+Green+Blue) = 193+149+249=591 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.66% from 591); Green value is 149 (58.59% from 255 or 25.21% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #C195F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C195F9 is #3E6A06. Grayscale: #ADADAD. Windows color (decimal): -4090375 or 16356801. OLE color: 16356801.

HSL color Cylindrical-coordinate representation of color #C195F9: hue angle of 266.4º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C195F9 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 149 249 -
CMYK 0.22 0.40 0 0.02
HSL 266.4º 0.89% 0.78% -
HSV(B) 266.4º 0.4% 0.98% -
XYZ 49.84 39.67 94.65 -
YUV 173.56 170.58 141.87 -
System Red Green Blue C M Y K H S L
Decimal 193 149 249 0.22 0.40 0 0.02 266.4 0.89 0.78
Hex C1 95 F9 16 28 0 2 10A 59 4E
Octal 301 225 371 26 50 0 2 412 131 116
Binary 11000001 10010101 11111001 10110 101000 0 10 100001010 1011001 1001110

Color Harmonies of #C195F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C195F9

Black with #C195F9

Text Example


Text Example

White with #C195F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C195F9; }

 p { color: rgb(193,149,249); }

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

background-color css

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

 a { background-color: rgb(193,149,249); }

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

border-color css

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

 span { border-color: rgb(193,149,249); }

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