Html Css Color HEX #C1A5F3 Perfume

📋 copy color: '#C1A5F3'

red 193 ◦ green 165 ◦ blue 243

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

Shades of Perfume #C1A5F3

Tints of Perfume #C1A5F3

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.45%

 BLUE value IS 243 (95.31% from 255) = 40.43%

R = 32.11%
G = 27.45%
B = 40.43%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C1A5F3 (or 0xC1A5F3) is known color: Perfume. HEX triplet: C1, A5 and F3. RGB value is (193,165,243). Sum of RGB (Red+Green+Blue) = 193+165+243=601 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.11% from 601); Green value is 165 (64.84% from 255 or 27.45% from 601); Blue value is 243 (95.31% from 255 or 40.43% from 601); Max value from RGB is 243 - color contains mainly: blue. Hex color #C1A5F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A5F3 is #3E5A0C. Grayscale: #B5B5B5. Windows color (decimal): -4086285 or 15967681. OLE color: 15967681.

HSL color Cylindrical-coordinate representation of color #C1A5F3: hue angle of 261.54º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C1A5F3 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 165 243 -
CMYK 0.21 0.32 0 0.05
HSL 261.54º 0.76% 0.8% -
HSV(B) 261.54º 0.32% 0.95% -
XYZ 51.63 44.72 90.7 -
YUV 182.26 162.28 135.66 -
System Red Green Blue C M Y K H S L
Decimal 193 165 243 0.21 0.32 0 0.05 261.54 0.76 0.8
Hex C1 A5 F3 15 20 0 5 106 4C 50
Octal 301 245 363 25 40 0 5 406 114 120
Binary 11000001 10100101 11110011 10101 100000 0 101 100000110 1001100 1010000

Color Harmonies of #C1A5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A5F3

Black with #C1A5F3

Text Example


Text Example

White with #C1A5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A5F3; }

 p { color: rgb(193,165,243); }

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

background-color css

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

 a { background-color: rgb(193,165,243); }

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

border-color css

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

 span { border-color: rgb(193,165,243); }

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