Html Css Color HEX #C195FC Perfume

📋 copy color: '#C195FC'

red 193 ◦ green 149 ◦ blue 252

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

Shades of Perfume #C195FC

Tints of Perfume #C195FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.42%

R = 32.49%
G = 25.08%
B = 42.42%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C195FC (or 0xC195FC) is known color: Perfume. HEX triplet: C1, 95 and FC. RGB value is (193,149,252). Sum of RGB (Red+Green+Blue) = 193+149+252=594 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.49% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #C195FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C195FC is #3E6A03. Grayscale: #ADADAD. Windows color (decimal): -4090372 or 16553409. OLE color: 16553409.

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

Color convert

RGB 193 149 252 -
CMYK 0.23 0.41 0 0.01
HSL 265.63º 0.94% 0.79% -
HSV(B) 265.63º 0.41% 0.99% -
XYZ 50.31 39.86 97.14 -
YUV 173.9 172.08 141.62 -
System Red Green Blue C M Y K H S L
Decimal 193 149 252 0.23 0.41 0 0.01 265.63 0.94 0.79
Hex C1 95 FC 17 29 0 1 10A 5E 4F
Octal 301 225 374 27 51 0 1 412 136 117
Binary 11000001 10010101 11111100 10111 101001 0 1 100001010 1011110 1001111

Color Harmonies of #C195FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C195FC

Black with #C195FC

Text Example


Text Example

White with #C195FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C195FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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