Html Css Color HEX #C197FC Perfume

📋 copy color: '#C197FC'

red 193 ◦ green 151 ◦ blue 252

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

Shades of Perfume #C197FC

Tints of Perfume #C197FC

RGB

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

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

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

R = 32.38%
G = 25.34%
B = 42.28%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C197FC (or 0xC197FC) is known color: Perfume. HEX triplet: C1, 97 and FC. RGB value is (193,151,252). Sum of RGB (Red+Green+Blue) = 193+151+252=596 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.38% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #C197FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C197FC is #3E6803. Grayscale: #AEAEAE. Windows color (decimal): -4089860 or 16553921. OLE color: 16553921.

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

Color convert

RGB 193 151 252 -
CMYK 0.23 0.40 0 0.01
HSL 264.95º 0.94% 0.79% -
HSV(B) 264.95º 0.4% 0.99% -
XYZ 50.63 40.5 97.24 -
YUV 175.07 171.41 140.79 -
System Red Green Blue C M Y K H S L
Decimal 193 151 252 0.23 0.40 0 0.01 264.95 0.94 0.79
Hex C1 97 FC 17 28 0 1 109 5E 4F
Octal 301 227 374 27 50 0 1 411 136 117
Binary 11000001 10010111 11111100 10111 101000 0 1 100001001 1011110 1001111

Color Harmonies of #C197FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C197FC

Black with #C197FC

Text Example


Text Example

White with #C197FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C197FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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