Html Css Color HEX #C2A4FA Perfume

📋 copy color: '#C2A4FA'

red 194 ◦ green 164 ◦ blue 250

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

Shades of Perfume #C2A4FA

Tints of Perfume #C2A4FA

RGB

 RED value IS 194 (76.17% from 255) = 31.91%

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

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

R = 31.91%
G = 26.97%
B = 41.12%

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

#C2A4FA (or 0xC2A4FA) is known color: Perfume. HEX triplet: C2, A4 and FA. RGB value is (194,164,250). Sum of RGB (Red+Green+Blue) = 194+164+250=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 164 (64.45% from 255 or 26.97% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2A4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A4FA is #3D5B05. Grayscale: #B6B6B6. Windows color (decimal): -4020998 or 16426178. OLE color: 16426178.

HSL color Cylindrical-coordinate representation of color #C2A4FA: hue angle of 260.93º 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 #C2A4FA is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 164 250 -
CMYK 0.22 0.34 0 0.02
HSL 260.93º 0.9% 0.81% -
HSV(B) 260.93º 0.34% 0.98% -
XYZ 52.78 44.92 96.33 -
YUV 182.77 165.94 136.01 -
System Red Green Blue C M Y K H S L
Decimal 194 164 250 0.22 0.34 0 0.02 260.93 0.9 0.81
Hex C2 A4 FA 16 22 0 2 105 5A 51
Octal 302 244 372 26 42 0 2 405 132 121
Binary 11000010 10100100 11111010 10110 100010 0 10 100000101 1011010 1010001

Color Harmonies of #C2A4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A4FA

Black with #C2A4FA

Text Example


Text Example

White with #C2A4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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