#C3ABDA

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

Shades of Perfume #C3ABDA

Tints of Perfume #C3ABDA

Color information

#C3ABDA (or 0xC3ABDA) is unknown color: approx Perfume. HEX triplet: C3, AB and DA. RGB value is (195,171,218). Sum of RGB (Red+Green+Blue) = 195+171+218=584 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.39% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #C3ABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ABDA is #3C5425. Grayscale: #B7B7B7. Windows color (decimal): -3953702 or 14330819. OLE color: 14330819.

HSL color Cylindrical-coordinate representation of color #C3ABDA: hue angle of 270.64º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3ABDA is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB195171218-
CMYK0.110.2200.15
HSL270.64º38.84%76.27%-
HSV(B)270.64º21.56%85.49%-
XYZ49.7245.7972.55-
YUV183.53147.45136.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.39%
GREEN value IS 171 (67.19% from 255) = 29.28%
BLUE value IS 218 (85.55% from 255) = 37.33%
R=33.39%
G=29.28%
B=37.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1951712180.110.2200.15270.6438.8476.27
HexC3ABDAB160F10f274c
Octal303253332132601741747114
Binary110000111010101111011010101110110011111000011111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ABDA; }

 p { color: rgb(195,171,218); }

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

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

 a { background-color: rgb(195,171,218); }

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

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

 span { border-color: rgb(195,171,218); }

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