Html Css Color HEX #C6A6F3 Perfume

📋 copy color: '#C6A6F3'

red 198 ◦ green 166 ◦ blue 243

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

Shades of Perfume #C6A6F3

Tints of Perfume #C6A6F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 40.03%

R = 32.62%
G = 27.35%
B = 40.03%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C6A6F3 (or 0xC6A6F3) is known color: Perfume. HEX triplet: C6, A6 and F3. RGB value is (198,166,243). Sum of RGB (Red+Green+Blue) = 198+166+243=607 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.62% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 243 (95.31% from 255 or 40.03% from 607); Max value from RGB is 243 - color contains mainly: blue. Hex color #C6A6F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A6F3 is #39590C. Grayscale: #B8B8B8. Windows color (decimal): -3758349 or 15967942. OLE color: 15967942.

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

Color convert

RGB 198 166 243 -
CMYK 0.19 0.32 0 0.05
HSL 264.94º 0.76% 0.8% -
HSV(B) 264.94º 0.32% 0.95% -
XYZ 53.1 45.75 90.83 -
YUV 184.35 161.1 137.74 -
System Red Green Blue C M Y K H S L
Decimal 198 166 243 0.19 0.32 0 0.05 264.94 0.76 0.8
Hex C6 A6 F3 13 20 0 5 109 4C 50
Octal 306 246 363 23 40 0 5 411 114 120
Binary 11000110 10100110 11110011 10011 100000 0 101 100001001 1001100 1010000

Color Harmonies of #C6A6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A6F3

Black with #C6A6F3

Text Example


Text Example

White with #C6A6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A6F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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