Html Css Color HEX #C3A6FE Perfume

📋 copy color: '#C3A6FE'

red 195 ◦ green 166 ◦ blue 254

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

Shades of Perfume #C3A6FE

Tints of Perfume #C3A6FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.3%

R = 31.71%
G = 26.99%
B = 41.3%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C3A6FE (or 0xC3A6FE) is known color: Perfume. HEX triplet: C3, A6 and FE. RGB value is (195,166,254). Sum of RGB (Red+Green+Blue) = 195+166+254=615 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.71% from 615); Green value is 166 (65.23% from 255 or 26.99% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3A6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3A6FE is #3C5901. Grayscale: #B8B8B8. Windows color (decimal): -3954946 or 16688835. OLE color: 16688835.

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

Color convert

RGB 195 166 254 -
CMYK 0.23 0.35 0 0.00
HSL 259.77º 0.98% 0.82% -
HSV(B) 259.77º 0.35% 1% -
XYZ 54.03 46.03 99.8 -
YUV 184.7 167.11 135.34 -
System Red Green Blue C M Y K H S L
Decimal 195 166 254 0.23 0.35 0 0.00 259.77 0.98 0.82
Hex C3 A6 FE 17 23 0 0 104 62 52
Octal 303 246 376 27 43 0 0 404 142 122
Binary 11000011 10100110 11111110 10111 100011 0 0 100000100 1100010 1010010

Color Harmonies of #C3A6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A6FE

Black with #C3A6FE

Text Example


Text Example

White with #C3A6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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