Html Css Color HEX #C2A6FA Perfume

📋 copy color: '#C2A6FA'

red 194 ◦ green 166 ◦ blue 250

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

Shades of Perfume #C2A6FA

Tints of Perfume #C2A6FA

RGB

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

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

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

R = 31.8%
G = 27.21%
B = 40.98%

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

#C2A6FA (or 0xC2A6FA) is known color: Perfume. HEX triplet: C2, A6 and FA. RGB value is (194,166,250). Sum of RGB (Red+Green+Blue) = 194+166+250=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 166 (65.23% from 255 or 27.21% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2A6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A6FA is #3D5905. Grayscale: #B7B7B7. Windows color (decimal): -4020486 or 16426690. OLE color: 16426690.

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

Color convert

RGB 194 166 250 -
CMYK 0.22 0.34 0 0.02
HSL 260º 0.89% 0.82% -
HSV(B) 260º 0.34% 0.98% -
XYZ 53.14 45.64 96.45 -
YUV 183.95 165.28 135.17 -
System Red Green Blue C M Y K H S L
Decimal 194 166 250 0.22 0.34 0 0.02 260 0.89 0.82
Hex C2 A6 FA 16 22 0 2 104 59 52
Octal 302 246 372 26 42 0 2 404 131 122
Binary 11000010 10100110 11111010 10110 100010 0 10 100000100 1011001 1010010

Color Harmonies of #C2A6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A6FA

Black with #C2A6FA

Text Example


Text Example

White with #C2A6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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