Html Css Color HEX #C1A3E3 Perfume

📋 copy color: '#C1A3E3'

red 193 ◦ green 163 ◦ blue 227

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

Shades of Perfume #C1A3E3

Tints of Perfume #C1A3E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.94%

R = 33.1%
G = 27.96%
B = 38.94%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C1A3E3 (or 0xC1A3E3) is known color: Perfume. HEX triplet: C1, A3 and E3. RGB value is (193,163,227). Sum of RGB (Red+Green+Blue) = 193+163+227=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 163 (64.06% from 255 or 27.96% from 583); Blue value is 227 (89.06% from 255 or 38.94% from 583); Max value from RGB is 227 - color contains mainly: blue. Hex color #C1A3E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A3E3 is #3E5C1C. Grayscale: #B3B3B3. Windows color (decimal): -4086813 or 14918593. OLE color: 14918593.

HSL color Cylindrical-coordinate representation of color #C1A3E3: hue angle of 268.12º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C1A3E3 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 193 163 227 -
CMYK 0.15 0.28 0 0.11
HSL 268.13º 0.53% 0.76% -
HSV(B) 268.13º 0.28% 0.89% -
XYZ 48.95 43.08 78.41 -
YUV 179.27 154.94 137.8 -
System Red Green Blue C M Y K H S L
Decimal 193 163 227 0.15 0.28 0 0.11 268.13 0.53 0.76
Hex C1 A3 E3 F 1C 0 B 10C 35 4C
Octal 301 243 343 17 34 0 13 414 65 114
Binary 11000001 10100011 11100011 1111 11100 0 1011 100001100 110101 1001100

Color Harmonies of #C1A3E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A3E3

Black with #C1A3E3

Text Example


Text Example

White with #C1A3E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A3E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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