Html Css Color HEX #C4A4DD Perfume

📋 copy color: '#C4A4DD'

red 196 ◦ green 164 ◦ blue 221

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

Shades of Perfume #C4A4DD

Tints of Perfume #C4A4DD

RGB

 RED value IS 196 (76.95% from 255) = 33.73%

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

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

R = 33.73%
G = 28.23%
B = 38.04%

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

#C4A4DD (or 0xC4A4DD) is known color: Perfume. HEX triplet: C4, A4 and DD. RGB value is (196,164,221). Sum of RGB (Red+Green+Blue) = 196+164+221=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 164 (64.45% from 255 or 28.23% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4A4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A4DD is #3B5B22. Grayscale: #B3B3B3. Windows color (decimal): -3889955 or 14525636. OLE color: 14525636.

HSL color Cylindrical-coordinate representation of color #C4A4DD: hue angle of 273.68º 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 #C4A4DD is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 164 221 -
CMYK 0.11 0.26 0 0.13
HSL 273.68º 0.46% 0.75% -
HSV(B) 273.68º 0.26% 0.87% -
XYZ 49.09 43.51 74.22 -
YUV 180.07 151.1 139.37 -
System Red Green Blue C M Y K H S L
Decimal 196 164 221 0.11 0.26 0 0.13 273.68 0.46 0.75
Hex C4 A4 DD B 1A 0 D 112 2E 4B
Octal 304 244 335 13 32 0 15 422 56 113
Binary 11000100 10100100 11011101 1011 11010 0 1101 100010010 101110 1001011

Color Harmonies of #C4A4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A4DD

Black with #C4A4DD

Text Example


Text Example

White with #C4A4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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