Html Css Color HEX #C2AADA Perfume

📋 copy color: '#C2AADA'

red 194 ◦ green 170 ◦ blue 218

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

Shades of Perfume #C2AADA

Tints of Perfume #C2AADA

RGB

 RED value IS 194 (76.17% from 255) = 33.33%

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

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

R = 33.33%
G = 29.21%
B = 37.46%

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

#C2AADA (or 0xC2AADA) is known color: Perfume. HEX triplet: C2, AA and DA. RGB value is (194,170,218). Sum of RGB (Red+Green+Blue) = 194+170+218=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #C2AADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AADA is #3D5525. Grayscale: #B6B6B6. Windows color (decimal): -4019494 or 14330562. OLE color: 14330562.

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

Color convert

RGB 194 170 218 -
CMYK 0.11 0.22 0 0.15
HSL 270º 0.39% 0.76% -
HSV(B) 270º 0.22% 0.85% -
XYZ 49.28 45.28 72.47 -
YUV 182.65 147.95 136.1 -
System Red Green Blue C M Y K H S L
Decimal 194 170 218 0.11 0.22 0 0.15 270 0.39 0.76
Hex C2 AA DA B 16 0 F 10E 27 4C
Octal 302 252 332 13 26 0 17 416 47 114
Binary 11000010 10101010 11011010 1011 10110 0 1111 100001110 100111 1001100

Color Harmonies of #C2AADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AADA

Black with #C2AADA

Text Example


Text Example

White with #C2AADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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