Html Css Color HEX #C6A6F5 Perfume

📋 copy color: '#C6A6F5'

red 198 ◦ green 166 ◦ blue 245

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

Shades of Perfume #C6A6F5

Tints of Perfume #C6A6F5

RGB

 RED value IS 198 (77.73% from 255) = 32.51%

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

 BLUE value IS 245 (96.09% from 255) = 40.23%

R = 32.51%
G = 27.26%
B = 40.23%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C6A6F5 (or 0xC6A6F5) is known color: Perfume. HEX triplet: C6, A6 and F5. RGB value is (198,166,245). Sum of RGB (Red+Green+Blue) = 198+166+245=609 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.51% from 609); Green value is 166 (65.23% from 255 or 27.26% from 609); Blue value is 245 (96.09% from 255 or 40.23% from 609); Max value from RGB is 245 - color contains mainly: blue. Hex color #C6A6F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A6F5 is #39590A. Grayscale: #B8B8B8. Windows color (decimal): -3758347 or 16099014. OLE color: 16099014.

HSL color Cylindrical-coordinate representation of color #C6A6F5: hue angle of 264.3º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C6A6F5 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 198 166 245 -
CMYK 0.19 0.32 0 0.04
HSL 264.3º 0.8% 0.81% -
HSV(B) 264.3º 0.32% 0.96% -
XYZ 53.41 45.87 92.43 -
YUV 184.57 162.1 137.58 -
System Red Green Blue C M Y K H S L
Decimal 198 166 245 0.19 0.32 0 0.04 264.3 0.8 0.81
Hex C6 A6 F5 13 20 0 4 108 50 51
Octal 306 246 365 23 40 0 4 410 120 121
Binary 11000110 10100110 11110101 10011 100000 0 100 100001000 1010000 1010001

Color Harmonies of #C6A6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A6F5

Black with #C6A6F5

Text Example


Text Example

White with #C6A6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A6F5; }

 p { color: rgb(198,166,245); }

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

background-color css

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

 a { background-color: rgb(198,166,245); }

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

border-color css

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

 span { border-color: rgb(198,166,245); }

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