Html Css Color HEX #C1A6F5 Perfume

📋 copy color: '#C1A6F5'

red 193 ◦ green 166 ◦ blue 245

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

Shades of Perfume #C1A6F5

Tints of Perfume #C1A6F5

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.48%

 BLUE value IS 245 (96.09% from 255) = 40.56%

R = 31.95%
G = 27.48%
B = 40.56%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C1A6F5 (or 0xC1A6F5) is known color: Perfume. HEX triplet: C1, A6 and F5. RGB value is (193,166,245). Sum of RGB (Red+Green+Blue) = 193+166+245=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 166 (65.23% from 255 or 27.48% from 604); Blue value is 245 (96.09% from 255 or 40.56% from 604); Max value from RGB is 245 - color contains mainly: blue. Hex color #C1A6F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A6F5 is #3E590A. Grayscale: #B6B6B6. Windows color (decimal): -4086027 or 16099009. OLE color: 16099009.

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

Color convert

RGB 193 166 245 -
CMYK 0.21 0.32 0 0.04
HSL 260.51º 0.8% 0.81% -
HSV(B) 260.51º 0.32% 0.96% -
XYZ 52.11 45.2 92.36 -
YUV 183.08 162.95 135.08 -
System Red Green Blue C M Y K H S L
Decimal 193 166 245 0.21 0.32 0 0.04 260.51 0.8 0.81
Hex C1 A6 F5 15 20 0 4 105 50 51
Octal 301 246 365 25 40 0 4 405 120 121
Binary 11000001 10100110 11110101 10101 100000 0 100 100000101 1010000 1010001

Color Harmonies of #C1A6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A6F5

Black with #C1A6F5

Text Example


Text Example

White with #C1A6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A6F5; }

 p { color: rgb(193,166,245); }

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

background-color css

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

 a { background-color: rgb(193,166,245); }

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

border-color css

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

 span { border-color: rgb(193,166,245); }

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