Html Css Color HEX #C3A5DA Perfume

📋 copy color: '#C3A5DA'

red 195 ◦ green 165 ◦ blue 218

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

Shades of Perfume #C3A5DA

Tints of Perfume #C3A5DA

RGB

 RED value IS 195 (76.56% from 255) = 33.74%

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

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

R = 33.74%
G = 28.55%
B = 37.72%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C3A5DA (or 0xC3A5DA) is known color: Perfume. HEX triplet: C3, A5 and DA. RGB value is (195,165,218). Sum of RGB (Red+Green+Blue) = 195+165+218=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 165 (64.84% from 255 or 28.55% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #C3A5DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A5DA is #3C5A25. Grayscale: #B3B3B3. Windows color (decimal): -3955238 or 14329283. OLE color: 14329283.

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

Color convert

RGB 195 165 218 -
CMYK 0.11 0.24 0 0.15
HSL 273.96º 0.42% 0.75% -
HSV(B) 273.96º 0.24% 0.85% -
XYZ 48.62 43.57 72.18 -
YUV 180.01 149.44 138.69 -
System Red Green Blue C M Y K H S L
Decimal 195 165 218 0.11 0.24 0 0.15 273.96 0.42 0.75
Hex C3 A5 DA B 18 0 F 112 2A 4B
Octal 303 245 332 13 30 0 17 422 52 113
Binary 11000011 10100101 11011010 1011 11000 0 1111 100010010 101010 1001011

Color Harmonies of #C3A5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A5DA

Black with #C3A5DA

Text Example


Text Example

White with #C3A5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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