Html Css Color HEX #C2A6E7 Perfume

📋 copy color: '#C2A6E7'

red 194 ◦ green 166 ◦ blue 231

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

Shades of Perfume #C2A6E7

Tints of Perfume #C2A6E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.09%

R = 32.83%
G = 28.09%
B = 39.09%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C2A6E7 (or 0xC2A6E7) is known color: Perfume. HEX triplet: C2, A6 and E7. RGB value is (194,166,231). Sum of RGB (Red+Green+Blue) = 194+166+231=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 166 (65.23% from 255 or 28.09% from 591); Blue value is 231 (90.62% from 255 or 39.09% from 591); Max value from RGB is 231 - color contains mainly: blue. Hex color #C2A6E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A6E7 is #3D5918. Grayscale: #B5B5B5. Windows color (decimal): -4020505 or 15181506. OLE color: 15181506.

HSL color Cylindrical-coordinate representation of color #C2A6E7: hue angle of 265.85º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2A6E7 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 166 231 -
CMYK 0.16 0.28 0 0.09
HSL 265.85º 0.58% 0.78% -
HSV(B) 265.85º 0.28% 0.91% -
XYZ 50.31 44.51 81.54 -
YUV 181.78 155.78 136.71 -
System Red Green Blue C M Y K H S L
Decimal 194 166 231 0.16 0.28 0 0.09 265.85 0.58 0.78
Hex C2 A6 E7 10 1C 0 9 10A 3A 4E
Octal 302 246 347 20 34 0 11 412 72 116
Binary 11000010 10100110 11100111 10000 11100 0 1001 100001010 111010 1001110

Color Harmonies of #C2A6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A6E7

Black with #C2A6E7

Text Example


Text Example

White with #C2A6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A6E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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