Html Css Color HEX #C5A1EB Perfume

📋 copy color: '#C5A1EB'

red 197 ◦ green 161 ◦ blue 235

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

Shades of Perfume #C5A1EB

Tints of Perfume #C5A1EB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.15%

 BLUE value IS 235 (92.19% from 255) = 39.63%

R = 33.22%
G = 27.15%
B = 39.63%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C5A1EB (or 0xC5A1EB) is known color: Perfume. HEX triplet: C5, A1 and EB. RGB value is (197,161,235). Sum of RGB (Red+Green+Blue) = 197+161+235=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 161 (63.28% from 255 or 27.15% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5A1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A1EB is #3A5E14. Grayscale: #B3B3B3. Windows color (decimal): -3825173 or 15442373. OLE color: 15442373.

HSL color Cylindrical-coordinate representation of color #C5A1EB: hue angle of 269.19º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5A1EB is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 161 235 -
CMYK 0.16 0.31 0 0.08
HSL 269.19º 0.65% 0.78% -
HSV(B) 269.19º 0.31% 0.92% -
XYZ 50.77 43.36 84.29 -
YUV 180.2 158.93 139.98 -
System Red Green Blue C M Y K H S L
Decimal 197 161 235 0.16 0.31 0 0.08 269.19 0.65 0.78
Hex C5 A1 EB 10 1F 0 8 10D 41 4E
Octal 305 241 353 20 37 0 10 415 101 116
Binary 11000101 10100001 11101011 10000 11111 0 1000 100001101 1000001 1001110

Color Harmonies of #C5A1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A1EB

Black with #C5A1EB

Text Example


Text Example

White with #C5A1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A1EB; }

 p { color: rgb(197,161,235); }

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

background-color css

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

 a { background-color: rgb(197,161,235); }

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

border-color css

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

 span { border-color: rgb(197,161,235); }

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