Html Css Color HEX #C195FF Perfume

📋 copy color: '#C195FF'

red 193 ◦ green 149 ◦ blue 255

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

Shades of Perfume #C195FF

Tints of Perfume #C195FF

RGB

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

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

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

R = 32.33%
G = 24.96%
B = 42.71%

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

#C195FF (or 0xC195FF) is known color: Perfume. HEX triplet: C1, 95 and FF. RGB value is (193,149,255). Sum of RGB (Red+Green+Blue) = 193+149+255=597 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.33% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #C195FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C195FF is #3E6A00. Grayscale: #ADADAD. Windows color (decimal): -4090369 or 16750017. OLE color: 16750017.

HSL color Cylindrical-coordinate representation of color #C195FF: hue angle of 264.91º 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 #C195FF is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 193 149 255 -
CMYK 0.24 0.42 0 0
HSL 264.91º 1% 0.79% -
HSV(B) 264.91º 0.42% 1% -
XYZ 50.79 40.05 99.66 -
YUV 174.24 173.58 141.38 -
System Red Green Blue C M Y K H S L
Decimal 193 149 255 0.24 0.42 0 0 264.91 1 0.79
Hex C1 95 FF 18 2A 0 0 109 64 4F
Octal 301 225 377 30 52 0 0 411 144 117
Binary 11000001 10010101 11111111 11000 101010 0 0 100001001 1100100 1001111

Color Harmonies of #C195FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C195FF

Black with #C195FF

Text Example


Text Example

White with #C195FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C195FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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