Html Css Color HEX #C19CFC Perfume

📋 copy color: '#C19CFC'

red 193 ◦ green 156 ◦ blue 252

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

Shades of Perfume #C19CFC

Tints of Perfume #C19CFC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.96%

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

R = 32.11%
G = 25.96%
B = 41.93%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C19CFC (or 0xC19CFC) is known color: Perfume. HEX triplet: C1, 9C and FC. RGB value is (193,156,252). Sum of RGB (Red+Green+Blue) = 193+156+252=601 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.11% from 601); Green value is 156 (61.33% from 255 or 25.96% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #C19CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C19CFC is #3E6303. Grayscale: #B1B1B1. Windows color (decimal): -4088580 or 16555201. OLE color: 16555201.

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

Color convert

RGB 193 156 252 -
CMYK 0.23 0.38 0 0.01
HSL 263.13º 0.94% 0.8% -
HSV(B) 263.13º 0.38% 0.99% -
XYZ 51.45 42.14 97.52 -
YUV 178.01 169.76 138.69 -
System Red Green Blue C M Y K H S L
Decimal 193 156 252 0.23 0.38 0 0.01 263.13 0.94 0.8
Hex C1 9C FC 17 26 0 1 107 5E 50
Octal 301 234 374 27 46 0 1 407 136 120
Binary 11000001 10011100 11111100 10111 100110 0 1 100000111 1011110 1010000

Color Harmonies of #C19CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19CFC

Black with #C19CFC

Text Example


Text Example

White with #C19CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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