Html Css Color HEX #C1AADA Perfume

📋 copy color: '#C1AADA'

red 193 ◦ green 170 ◦ blue 218

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

Shades of Perfume #C1AADA

Tints of Perfume #C1AADA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.26%

 BLUE value IS 218 (85.55% from 255) = 37.52%

R = 33.22%
G = 29.26%
B = 37.52%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C1AADA (or 0xC1AADA) is known color: Perfume. HEX triplet: C1, AA and DA. RGB value is (193,170,218). Sum of RGB (Red+Green+Blue) = 193+170+218=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #C1AADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AADA is #3E5525. Grayscale: #B6B6B6. Windows color (decimal): -4085030 or 14330561. OLE color: 14330561.

HSL color Cylindrical-coordinate representation of color #C1AADA: hue angle of 268.75º 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 #C1AADA is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 170 218 -
CMYK 0.11 0.22 0 0.15
HSL 268.75º 0.39% 0.76% -
HSV(B) 268.75º 0.22% 0.85% -
XYZ 49.02 45.15 72.46 -
YUV 182.35 148.12 135.6 -
System Red Green Blue C M Y K H S L
Decimal 193 170 218 0.11 0.22 0 0.15 268.75 0.39 0.76
Hex C1 AA DA B 16 0 F 10D 27 4C
Octal 301 252 332 13 26 0 17 415 47 114
Binary 11000001 10101010 11011010 1011 10110 0 1111 100001101 100111 1001100

Color Harmonies of #C1AADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AADA

Black with #C1AADA

Text Example


Text Example

White with #C1AADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AADA; }

 p { color: rgb(193,170,218); }

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

background-color css

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

 a { background-color: rgb(193,170,218); }

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

border-color css

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

 span { border-color: rgb(193,170,218); }

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