#C1A1FD

Color #C1A1FD Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #C1A1FD

Tints of Perfume #C1A1FD

Color information

#C1A1FD (or 0xC1A1FD) is unknown color: approx Perfume. HEX triplet: C1, A1 and FD. RGB value is (193,161,253). Sum of RGB (Red+Green+Blue) = 193+161+253=607 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.80% from 607); Green value is 161 (63.28% from 255 or 26.52% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #C1A1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A1FD is #3E5E02. Grayscale: #B4B4B4. Windows color (decimal): -4087299 or 16622017. OLE color: 16622017.

HSL color Cylindrical-coordinate representation of color #C1A1FD: hue angle of 260.87º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C1A1FD is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB193161253-
CMYK0.240.3600.01
HSL260.87º95.83%81.18%-
HSV(B)260.87º36.36%99.22%-
XYZ52.4743.9298.64-
YUV181.06168.6136.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.80%
GREEN value IS 161 (63.28% from 255) = 26.52%
BLUE value IS 253 (99.22% from 255) = 41.68%
R=31.80%
G=26.52%
B=41.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1931612530.240.3600.01260.8795.8381.18
HexC1A1FD1824011056051
Octal301241375304401405140121
Binary110000011010000111111101110001001000110000010111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A1FD; }

 p { color: rgb(193,161,253); }

 H1.HeaderClassName
 {
   color: #C1A1FD;
 }
 .AnyTagClassName
 {
   color: #C1A1FD;
 }
</style>
background-color css

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

 a { background-color: rgb(193,161,253); }

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

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

 span { border-color: rgb(193,161,253); }

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