Html Css Color HEX #C4A5DA Perfume

📋 copy color: '#C4A5DA'

red 196 ◦ green 165 ◦ blue 218

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

Shades of Perfume #C4A5DA

Tints of Perfume #C4A5DA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.5%

 BLUE value IS 218 (85.55% from 255) = 37.65%

R = 33.85%
G = 28.5%
B = 37.65%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C4A5DA (or 0xC4A5DA) is known color: Perfume. HEX triplet: C4, A5 and DA. RGB value is (196,165,218). Sum of RGB (Red+Green+Blue) = 196+165+218=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 165 (64.84% from 255 or 28.50% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4A5DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A5DA is #3B5A25. Grayscale: #B4B4B4. Windows color (decimal): -3889702 or 14329284. OLE color: 14329284.

HSL color Cylindrical-coordinate representation of color #C4A5DA: hue angle of 275.09º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4A5DA is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 165 218 -
CMYK 0.10 0.24 0 0.15
HSL 275.09º 0.42% 0.75% -
HSV(B) 275.09º 0.24% 0.85% -
XYZ 48.87 43.71 72.19 -
YUV 180.31 149.27 139.19 -
System Red Green Blue C M Y K H S L
Decimal 196 165 218 0.10 0.24 0 0.15 275.09 0.42 0.75
Hex C4 A5 DA A 18 0 F 113 2A 4B
Octal 304 245 332 12 30 0 17 423 52 113
Binary 11000100 10100101 11011010 1010 11000 0 1111 100010011 101010 1001011

Color Harmonies of #C4A5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A5DA

Black with #C4A5DA

Text Example


Text Example

White with #C4A5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A5DA; }

 p { color: rgb(196,165,218); }

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

background-color css

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

 a { background-color: rgb(196,165,218); }

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

border-color css

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

 span { border-color: rgb(196,165,218); }

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