Html Css Color HEX #C195FE Perfume

📋 copy color: '#C195FE'

red 193 ◦ green 149 ◦ blue 254

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

Shades of Perfume #C195FE

Tints of Perfume #C195FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.62%

R = 32.38%
G = 25%
B = 42.62%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C195FE (or 0xC195FE) is known color: Perfume. HEX triplet: C1, 95 and FE. RGB value is (193,149,254). Sum of RGB (Red+Green+Blue) = 193+149+254=596 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.38% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #C195FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C195FE is #3E6A01. Grayscale: #ADADAD. Windows color (decimal): -4090370 or 16684481. OLE color: 16684481.

HSL color Cylindrical-coordinate representation of color #C195FE: hue angle of 265.14º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C195FE is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 193 149 254 -
CMYK 0.24 0.41 0 0.00
HSL 265.14º 0.98% 0.79% -
HSV(B) 265.14º 0.41% 1% -
XYZ 50.63 39.99 98.82 -
YUV 174.13 173.08 141.46 -
System Red Green Blue C M Y K H S L
Decimal 193 149 254 0.24 0.41 0 0.00 265.14 0.98 0.79
Hex C1 95 FE 18 29 0 0 109 62 4F
Octal 301 225 376 30 51 0 0 411 142 117
Binary 11000001 10010101 11111110 11000 101001 0 0 100001001 1100010 1001111

Color Harmonies of #C195FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C195FE

Black with #C195FE

Text Example


Text Example

White with #C195FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C195FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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