Html Css Color HEX #C2A4DC Perfume

📋 copy color: '#C2A4DC'

red 194 ◦ green 164 ◦ blue 220

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

Shades of Perfume #C2A4DC

Tints of Perfume #C2A4DC

RGB

 RED value IS 194 (76.17% from 255) = 33.56%

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

 BLUE value IS 220 (86.33% from 255) = 38.06%

R = 33.56%
G = 28.37%
B = 38.06%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C2A4DC (or 0xC2A4DC) is known color: Perfume. HEX triplet: C2, A4 and DC. RGB value is (194,164,220). Sum of RGB (Red+Green+Blue) = 194+164+220=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 164 (64.45% from 255 or 28.37% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2A4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A4DC is #3D5B23. Grayscale: #B3B3B3. Windows color (decimal): -4021028 or 14460098. OLE color: 14460098.

HSL color Cylindrical-coordinate representation of color #C2A4DC: hue angle of 272.14º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2A4DC is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 164 220 -
CMYK 0.12 0.25 0 0.14
HSL 272.14º 0.44% 0.75% -
HSV(B) 272.14º 0.25% 0.86% -
XYZ 48.44 43.19 73.49 -
YUV 179.35 150.94 138.45 -
System Red Green Blue C M Y K H S L
Decimal 194 164 220 0.12 0.25 0 0.14 272.14 0.44 0.75
Hex C2 A4 DC C 19 0 E 110 2C 4B
Octal 302 244 334 14 31 0 16 420 54 113
Binary 11000010 10100100 11011100 1100 11001 0 1110 100010000 101100 1001011

Color Harmonies of #C2A4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A4DC

Black with #C2A4DC

Text Example


Text Example

White with #C2A4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A4DC; }

 p { color: rgb(194,164,220); }

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

background-color css

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

 a { background-color: rgb(194,164,220); }

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

border-color css

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

 span { border-color: rgb(194,164,220); }

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