Html Css Color HEX #C3A6F9 Perfume

📋 copy color: '#C3A6F9'

red 195 ◦ green 166 ◦ blue 249

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

Shades of Perfume #C3A6F9

Tints of Perfume #C3A6F9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.21%

 BLUE value IS 249 (97.66% from 255) = 40.82%

R = 31.97%
G = 27.21%
B = 40.82%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C3A6F9 (or 0xC3A6F9) is known color: Perfume. HEX triplet: C3, A6 and F9. RGB value is (195,166,249). Sum of RGB (Red+Green+Blue) = 195+166+249=610 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.97% from 610); Green value is 166 (65.23% from 255 or 27.21% from 610); Blue value is 249 (97.66% from 255 or 40.82% from 610); Max value from RGB is 249 - color contains mainly: blue. Hex color #C3A6F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3A6F9 is #3C5906. Grayscale: #B7B7B7. Windows color (decimal): -3954951 or 16361155. OLE color: 16361155.

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

Color convert

RGB 195 166 249 -
CMYK 0.22 0.33 0 0.02
HSL 260.96º 0.87% 0.81% -
HSV(B) 260.96º 0.33% 0.98% -
XYZ 53.24 45.71 95.64 -
YUV 184.13 164.61 135.75 -
System Red Green Blue C M Y K H S L
Decimal 195 166 249 0.22 0.33 0 0.02 260.96 0.87 0.81
Hex C3 A6 F9 16 21 0 2 105 57 51
Octal 303 246 371 26 41 0 2 405 127 121
Binary 11000011 10100110 11111001 10110 100001 0 10 100000101 1010111 1010001

Color Harmonies of #C3A6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A6F9

Black with #C3A6F9

Text Example


Text Example

White with #C3A6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A6F9; }

 p { color: rgb(195,166,249); }

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

background-color css

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

 a { background-color: rgb(195,166,249); }

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

border-color css

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

 span { border-color: rgb(195,166,249); }

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