Html Css Color HEX #C3A4FA Perfume

📋 copy color: '#C3A4FA'

red 195 ◦ green 164 ◦ blue 250

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

Shades of Perfume #C3A4FA

Tints of Perfume #C3A4FA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.93%

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

R = 32.02%
G = 26.93%
B = 41.05%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C3A4FA (or 0xC3A4FA) is known color: Perfume. HEX triplet: C3, A4 and FA. RGB value is (195,164,250). Sum of RGB (Red+Green+Blue) = 195+164+250=609 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.02% from 609); Green value is 164 (64.45% from 255 or 26.93% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #C3A4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3A4FA is #3C5B05. Grayscale: #B6B6B6. Windows color (decimal): -3955462 or 16426179. OLE color: 16426179.

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

Color convert

RGB 195 164 250 -
CMYK 0.22 0.34 0 0.02
HSL 261.63º 0.9% 0.81% -
HSV(B) 261.63º 0.34% 0.98% -
XYZ 53.04 45.06 96.34 -
YUV 183.07 165.77 136.51 -
System Red Green Blue C M Y K H S L
Decimal 195 164 250 0.22 0.34 0 0.02 261.63 0.9 0.81
Hex C3 A4 FA 16 22 0 2 106 5A 51
Octal 303 244 372 26 42 0 2 406 132 121
Binary 11000011 10100100 11111010 10110 100010 0 10 100000110 1011010 1010001

Color Harmonies of #C3A4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A4FA

Black with #C3A4FA

Text Example


Text Example

White with #C3A4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A4FA; }

 p { color: rgb(195,164,250); }

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

background-color css

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

 a { background-color: rgb(195,164,250); }

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

border-color css

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

 span { border-color: rgb(195,164,250); }

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