Html Css Color HEX #C5A4DD Perfume

📋 copy color: '#C5A4DD'

red 197 ◦ green 164 ◦ blue 221

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

Shades of Perfume #C5A4DD

Tints of Perfume #C5A4DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.97%

R = 33.85%
G = 28.18%
B = 37.97%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C5A4DD (or 0xC5A4DD) is known color: Perfume. HEX triplet: C5, A4 and DD. RGB value is (197,164,221). Sum of RGB (Red+Green+Blue) = 197+164+221=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 164 (64.45% from 255 or 28.18% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5A4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A4DD is #3A5B22. Grayscale: #B4B4B4. Windows color (decimal): -3824419 or 14525637. OLE color: 14525637.

HSL color Cylindrical-coordinate representation of color #C5A4DD: hue angle of 274.74º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5A4DD is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 164 221 -
CMYK 0.11 0.26 0 0.13
HSL 274.74º 0.46% 0.75% -
HSV(B) 274.74º 0.26% 0.87% -
XYZ 49.35 43.64 74.23 -
YUV 180.37 150.93 139.87 -
System Red Green Blue C M Y K H S L
Decimal 197 164 221 0.11 0.26 0 0.13 274.74 0.46 0.75
Hex C5 A4 DD B 1A 0 D 113 2E 4B
Octal 305 244 335 13 32 0 15 423 56 113
Binary 11000101 10100100 11011101 1011 11010 0 1101 100010011 101110 1001011

Color Harmonies of #C5A4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A4DD

Black with #C5A4DD

Text Example


Text Example

White with #C5A4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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