Html Css Color HEX #C5A4EA Perfume

📋 copy color: '#C5A4EA'

red 197 ◦ green 164 ◦ blue 234

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

Shades of Perfume #C5A4EA

Tints of Perfume #C5A4EA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.56%

 BLUE value IS 234 (91.8% from 255) = 39.33%

R = 33.11%
G = 27.56%
B = 39.33%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C5A4EA (or 0xC5A4EA) is known color: Perfume. HEX triplet: C5, A4 and EA. RGB value is (197,164,234). Sum of RGB (Red+Green+Blue) = 197+164+234=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 164 (64.45% from 255 or 27.56% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5A4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A4EA is #3A5B15. Grayscale: #B5B5B5. Windows color (decimal): -3824406 or 15377605. OLE color: 15377605.

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

Color convert

RGB 197 164 234 -
CMYK 0.16 0.30 0 0.08
HSL 268.29º 0.63% 0.78% -
HSV(B) 268.29º 0.3% 0.92% -
XYZ 51.15 44.36 83.71 -
YUV 181.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 197 164 234 0.16 0.30 0 0.08 268.29 0.63 0.78
Hex C5 A4 EA 10 1E 0 8 10C 3E 4E
Octal 305 244 352 20 36 0 10 414 76 116
Binary 11000101 10100100 11101010 10000 11110 0 1000 100001100 111110 1001110

Color Harmonies of #C5A4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A4EA

Black with #C5A4EA

Text Example


Text Example

White with #C5A4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A4EA; }

 p { color: rgb(197,164,234); }

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

background-color css

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

 a { background-color: rgb(197,164,234); }

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

border-color css

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

 span { border-color: rgb(197,164,234); }

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