Html Css Color HEX #C5A3E0 Perfume

📋 copy color: '#C5A3E0'

red 197 ◦ green 163 ◦ blue 224

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

Shades of Perfume #C5A3E0

Tints of Perfume #C5A3E0

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.91%

 BLUE value IS 224 (87.89% from 255) = 38.36%

R = 33.73%
G = 27.91%
B = 38.36%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C5A3E0 (or 0xC5A3E0) is known color: Perfume. HEX triplet: C5, A3 and E0. RGB value is (197,163,224). Sum of RGB (Red+Green+Blue) = 197+163+224=584 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.73% from 584); Green value is 163 (64.06% from 255 or 27.91% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 224 - color contains mainly: blue. Hex color #C5A3E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A3E0 is #3A5C1F. Grayscale: #B3B3B3. Windows color (decimal): -3824672 or 14721989. OLE color: 14721989.

HSL color Cylindrical-coordinate representation of color #C5A3E0: hue angle of 273.44º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5A3E0 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 163 224 -
CMYK 0.12 0.27 0 0.12
HSL 273.44º 0.5% 0.76% -
HSV(B) 273.44º 0.27% 0.88% -
XYZ 49.58 43.45 76.29 -
YUV 180.12 152.76 140.04 -
System Red Green Blue C M Y K H S L
Decimal 197 163 224 0.12 0.27 0 0.12 273.44 0.5 0.76
Hex C5 A3 E0 C 1B 0 C 111 32 4C
Octal 305 243 340 14 33 0 14 421 62 114
Binary 11000101 10100011 11100000 1100 11011 0 1100 100010001 110010 1001100

Color Harmonies of #C5A3E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A3E0

Black with #C5A3E0

Text Example


Text Example

White with #C5A3E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A3E0; }

 p { color: rgb(197,163,224); }

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

background-color css

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

 a { background-color: rgb(197,163,224); }

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

border-color css

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

 span { border-color: rgb(197,163,224); }

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