Html Css Color HEX #C2A2F9 Perfume

📋 copy color: '#C2A2F9'

red 194 ◦ green 162 ◦ blue 249

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

Shades of Perfume #C2A2F9

Tints of Perfume #C2A2F9

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.78%

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

R = 32.07%
G = 26.78%
B = 41.16%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2A2F9 (or 0xC2A2F9) is known color: Perfume. HEX triplet: C2, A2 and F9. RGB value is (194,162,249). Sum of RGB (Red+Green+Blue) = 194+162+249=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 162 (63.67% from 255 or 26.78% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #C2A2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A2F9 is #3D5D06. Grayscale: #B5B5B5. Windows color (decimal): -4021511 or 16360130. OLE color: 16360130.

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

Color convert

RGB 194 162 249 -
CMYK 0.22 0.35 0 0.02
HSL 262.07º 0.88% 0.81% -
HSV(B) 262.07º 0.35% 0.98% -
XYZ 52.27 44.15 95.39 -
YUV 181.49 166.1 136.93 -
System Red Green Blue C M Y K H S L
Decimal 194 162 249 0.22 0.35 0 0.02 262.07 0.88 0.81
Hex C2 A2 F9 16 23 0 2 106 58 51
Octal 302 242 371 26 43 0 2 406 130 121
Binary 11000010 10100010 11111001 10110 100011 0 10 100000110 1011000 1010001

Color Harmonies of #C2A2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A2F9

Black with #C2A2F9

Text Example


Text Example

White with #C2A2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A2F9; }

 p { color: rgb(194,162,249); }

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

background-color css

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

 a { background-color: rgb(194,162,249); }

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

border-color css

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

 span { border-color: rgb(194,162,249); }

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