Html Css Color HEX #C3A5DC Perfume

📋 copy color: '#C3A5DC'

red 195 ◦ green 165 ◦ blue 220

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

Shades of Perfume #C3A5DC

Tints of Perfume #C3A5DC

RGB

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

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

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

R = 33.62%
G = 28.45%
B = 37.93%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C3A5DC (or 0xC3A5DC) is known color: Perfume. HEX triplet: C3, A5 and DC. RGB value is (195,165,220). Sum of RGB (Red+Green+Blue) = 195+165+220=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 165 (64.84% from 255 or 28.45% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3A5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A5DC is #3C5A23. Grayscale: #B4B4B4. Windows color (decimal): -3955236 or 14460355. OLE color: 14460355.

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

Color convert

RGB 195 165 220 -
CMYK 0.11 0.25 0 0.14
HSL 272.73º 0.44% 0.75% -
HSV(B) 272.73º 0.25% 0.86% -
XYZ 48.88 43.68 73.56 -
YUV 180.24 150.44 138.53 -
System Red Green Blue C M Y K H S L
Decimal 195 165 220 0.11 0.25 0 0.14 272.73 0.44 0.75
Hex C3 A5 DC B 19 0 E 111 2C 4B
Octal 303 245 334 13 31 0 16 421 54 113
Binary 11000011 10100101 11011100 1011 11001 0 1110 100010001 101100 1001011

Color Harmonies of #C3A5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A5DC

Black with #C3A5DC

Text Example


Text Example

White with #C3A5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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