Html Css Color HEX #C1A2FA Perfume

📋 copy color: '#C1A2FA'

red 193 ◦ green 162 ◦ blue 250

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

Shades of Perfume #C1A2FA

Tints of Perfume #C1A2FA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.78%

 BLUE value IS 250 (98.05% from 255) = 41.32%

R = 31.9%
G = 26.78%
B = 41.32%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C1A2FA (or 0xC1A2FA) is known color: Perfume. HEX triplet: C1, A2 and FA. RGB value is (193,162,250). Sum of RGB (Red+Green+Blue) = 193+162+250=605 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.90% from 605); Green value is 162 (63.67% from 255 or 26.78% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1A2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A2FA is #3E5D05. Grayscale: #B4B4B4. Windows color (decimal): -4087046 or 16425665. OLE color: 16425665.

HSL color Cylindrical-coordinate representation of color #C1A2FA: hue angle of 261.14º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C1A2FA is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 162 250 -
CMYK 0.23 0.35 0 0.02
HSL 261.14º 0.9% 0.81% -
HSV(B) 261.14º 0.35% 0.98% -
XYZ 52.17 44.08 96.2 -
YUV 181.3 166.77 136.34 -
System Red Green Blue C M Y K H S L
Decimal 193 162 250 0.23 0.35 0 0.02 261.14 0.9 0.81
Hex C1 A2 FA 17 23 0 2 105 5A 51
Octal 301 242 372 27 43 0 2 405 132 121
Binary 11000001 10100010 11111010 10111 100011 0 10 100000101 1011010 1010001

Color Harmonies of #C1A2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A2FA

Black with #C1A2FA

Text Example


Text Example

White with #C1A2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A2FA; }

 p { color: rgb(193,162,250); }

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

background-color css

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

 a { background-color: rgb(193,162,250); }

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

border-color css

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

 span { border-color: rgb(193,162,250); }

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