Html Css Color HEX #C5AADA Perfume

📋 copy color: '#C5AADA'

red 197 ◦ green 170 ◦ blue 218

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

Shades of Perfume #C5AADA

Tints of Perfume #C5AADA

RGB

 RED value IS 197 (77.34% from 255) = 33.68%

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

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

R = 33.68%
G = 29.06%
B = 37.26%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C5AADA (or 0xC5AADA) is known color: Perfume. HEX triplet: C5, AA and DA. RGB value is (197,170,218). Sum of RGB (Red+Green+Blue) = 197+170+218=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #C5AADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AADA is #3A5525. Grayscale: #B7B7B7. Windows color (decimal): -3822886 or 14330565. OLE color: 14330565.

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

Color convert

RGB 197 170 218 -
CMYK 0.10 0.22 0 0.15
HSL 273.75º 0.39% 0.76% -
HSV(B) 273.75º 0.22% 0.85% -
XYZ 50.06 45.68 72.51 -
YUV 183.55 147.45 137.6 -
System Red Green Blue C M Y K H S L
Decimal 197 170 218 0.10 0.22 0 0.15 273.75 0.39 0.76
Hex C5 AA DA A 16 0 F 112 27 4C
Octal 305 252 332 12 26 0 17 422 47 114
Binary 11000101 10101010 11011010 1010 10110 0 1111 100010010 100111 1001100

Color Harmonies of #C5AADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AADA

Black with #C5AADA

Text Example


Text Example

White with #C5AADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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