Html Css Color HEX #C197FA Perfume

📋 copy color: '#C197FA'

red 193 ◦ green 151 ◦ blue 250

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

Shades of Perfume #C197FA

Tints of Perfume #C197FA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.42%

 BLUE value IS 250 (98.05% from 255) = 42.09%

R = 32.49%
G = 25.42%
B = 42.09%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C197FA (or 0xC197FA) is known color: Perfume. HEX triplet: C1, 97 and FA. RGB value is (193,151,250). Sum of RGB (Red+Green+Blue) = 193+151+250=594 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.49% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #C197FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C197FA is #3E6805. Grayscale: #AEAEAE. Windows color (decimal): -4089862 or 16422849. OLE color: 16422849.

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

Color convert

RGB 193 151 250 -
CMYK 0.23 0.40 0 0.02
HSL 265.45º 0.91% 0.79% -
HSV(B) 265.45º 0.4% 0.98% -
XYZ 50.31 40.37 95.58 -
YUV 174.84 170.41 140.95 -
System Red Green Blue C M Y K H S L
Decimal 193 151 250 0.23 0.40 0 0.02 265.45 0.91 0.79
Hex C1 97 FA 17 28 0 2 109 5B 4F
Octal 301 227 372 27 50 0 2 411 133 117
Binary 11000001 10010111 11111010 10111 101000 0 10 100001001 1011011 1001111

Color Harmonies of #C197FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C197FA

Black with #C197FA

Text Example


Text Example

White with #C197FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C197FA; }

 p { color: rgb(193,151,250); }

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

background-color css

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

 a { background-color: rgb(193,151,250); }

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

border-color css

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

 span { border-color: rgb(193,151,250); }

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