Html Css Color HEX #C1A2EB Perfume

📋 copy color: '#C1A2EB'

red 193 ◦ green 162 ◦ blue 235

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

Shades of Perfume #C1A2EB

Tints of Perfume #C1A2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.83%

R = 32.71%
G = 27.46%
B = 39.83%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C1A2EB (or 0xC1A2EB) is known color: Perfume. HEX triplet: C1, A2 and EB. RGB value is (193,162,235). Sum of RGB (Red+Green+Blue) = 193+162+235=590 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.71% from 590); Green value is 162 (63.67% from 255 or 27.46% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1A2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A2EB is #3E5D14. Grayscale: #B3B3B3. Windows color (decimal): -4087061 or 15442625. OLE color: 15442625.

HSL color Cylindrical-coordinate representation of color #C1A2EB: hue angle of 265.48º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1A2EB is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 162 235 -
CMYK 0.18 0.31 0 0.08
HSL 265.48º 0.65% 0.78% -
HSV(B) 265.48º 0.31% 0.92% -
XYZ 49.91 43.18 84.3 -
YUV 179.59 159.27 137.56 -
System Red Green Blue C M Y K H S L
Decimal 193 162 235 0.18 0.31 0 0.08 265.48 0.65 0.78
Hex C1 A2 EB 12 1F 0 8 109 41 4E
Octal 301 242 353 22 37 0 10 411 101 116
Binary 11000001 10100010 11101011 10010 11111 0 1000 100001001 1000001 1001110

Color Harmonies of #C1A2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A2EB

Black with #C1A2EB

Text Example


Text Example

White with #C1A2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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