Html Css Color HEX #C1A3D8 Perfume

📋 copy color: '#C1A3D8'

red 193 ◦ green 163 ◦ blue 216

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

Shades of Perfume #C1A3D8

Tints of Perfume #C1A3D8

RGB

 RED value IS 193 (75.78% from 255) = 33.74%

 GREEN value IS 163 (64.06% from 255) = 28.5%

 BLUE value IS 216 (84.77% from 255) = 37.76%

R = 33.74%
G = 28.5%
B = 37.76%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C1A3D8 (or 0xC1A3D8) is known color: Perfume. HEX triplet: C1, A3 and D8. RGB value is (193,163,216). Sum of RGB (Red+Green+Blue) = 193+163+216=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 163 (64.06% from 255 or 28.50% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 216 - color contains mainly: blue. Hex color #C1A3D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A3D8 is #3E5C27. Grayscale: #B1B1B1. Windows color (decimal): -4086824 or 14197697. OLE color: 14197697.

HSL color Cylindrical-coordinate representation of color #C1A3D8: hue angle of 273.96º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1A3D8 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 163 216 -
CMYK 0.11 0.25 0 0.15
HSL 273.96º 0.4% 0.74% -
HSV(B) 273.96º 0.25% 0.85% -
XYZ 47.48 42.49 70.66 -
YUV 178.01 149.44 138.69 -
System Red Green Blue C M Y K H S L
Decimal 193 163 216 0.11 0.25 0 0.15 273.96 0.4 0.74
Hex C1 A3 D8 B 19 0 F 112 28 4A
Octal 301 243 330 13 31 0 17 422 50 112
Binary 11000001 10100011 11011000 1011 11001 0 1111 100010010 101000 1001010

Color Harmonies of #C1A3D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A3D8

Black with #C1A3D8

Text Example


Text Example

White with #C1A3D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A3D8; }

 p { color: rgb(193,163,216); }

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

background-color css

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

 a { background-color: rgb(193,163,216); }

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

border-color css

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

 span { border-color: rgb(193,163,216); }

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